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 @@