# HG changeset patch # User Marcin Kuzminski # Date 2013-04-03 17:26:01 # Node ID 79abd21d51c4a601f07fd5183e0b9c5beb14e21b # Parent c78de39f30fcaedeeb19c6711a853d242bdccf54 codecleaner diff --git a/rhodecode/templates/pullrequests/pullrequest_show.html b/rhodecode/templates/pullrequests/pullrequest_show.html --- a/rhodecode/templates/pullrequests/pullrequest_show.html +++ b/rhodecode/templates/pullrequests/pullrequest_show.html @@ -21,11 +21,11 @@

- - ${_('Title')}: ${c.pull_request.title} - %if c.pull_request.is_closed(): - (${_('Closed')}) - %endif + + ${_('Title')}: ${c.pull_request.title} + %if c.pull_request.is_closed(): + (${_('Closed')}) + %endif

@@ -38,9 +38,9 @@
%if c.current_changeset_status:
- %if c.pull_request.is_closed(): - ${_('Closed')}, - %endif + %if c.pull_request.is_closed(): + ${_('Closed')}, + %endif ${h.changeset_status_lbl(c.current_changeset_status)}
diff --git a/rhodecode/templates/summary/summary.html b/rhodecode/templates/summary/summary.html --- a/rhodecode/templates/summary/summary.html +++ b/rhodecode/templates/summary/summary.html @@ -19,14 +19,14 @@