# HG changeset patch # User Marcin Kuzminski # Date 2013-04-11 19:37:20 # Node ID 7d988c30853343447c791b050a9fc0fc4b678094 # Parent 7236ae349494048985c89b228dd858c26138c4ab move pr closed tag to the end, it's not important now to show it, when we have a gray indicator of closed pr diff --git a/rhodecode/templates/pullrequests/pullrequest_data.html b/rhodecode/templates/pullrequests/pullrequest_data.html --- a/rhodecode/templates/pullrequests/pullrequest_data.html +++ b/rhodecode/templates/pullrequests/pullrequest_data.html @@ -3,13 +3,13 @@ % for pr in c.pullrequests_pager:
- %if pr.is_closed(): -
${_('Closed')}
- %endif ${_('Pull request #%s opened by %s on %s') % (pr.pull_request_id, pr.author.full_name, h.fmt_date(pr.created_on))} + %if pr.is_closed(): + ${_('Closed')} + %endif
${_('Title')}: ${pr.title}
${pr.description}