# HG changeset patch # User Marcin Kuzminski # Date 1365009961 -7200 # Node ID 79abd21d51c4a601f07fd5183e0b9c5beb14e21b # Parent c78de39f30fcaedeeb19c6711a853d242bdccf54 codecleaner diff -r c78de39f30fc -r 79abd21d51c4 rhodecode/templates/pullrequests/pullrequest_show.html --- a/rhodecode/templates/pullrequests/pullrequest_show.html Wed Apr 03 17:20:32 2013 +0200 +++ b/rhodecode/templates/pullrequests/pullrequest_show.html Wed Apr 03 19:26:01 2013 +0200 @@ -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 -r c78de39f30fc -r 79abd21d51c4 rhodecode/templates/summary/summary.html --- a/rhodecode/templates/summary/summary.html Wed Apr 03 17:20:32 2013 +0200 +++ b/rhodecode/templates/summary/summary.html Wed Apr 03 19:26:01 2013 +0200 @@ -19,14 +19,14 @@