# HG changeset patch # User Marcin Kuzminski # Date 1359502354 -3600 # Node ID 1095b67f80547d5af9cc4c544dda782ab7b1452b # Parent 14e9a06c37a763f04764aba009a2b8f8bdcceef6 show status of pull requests and if it's closed diff -r 14e9a06c37a7 -r 1095b67f8054 rhodecode/templates/pullrequests/pullrequest_show_all.html --- a/rhodecode/templates/pullrequests/pullrequest_show_all.html Wed Jan 30 00:11:35 2013 +0100 +++ b/rhodecode/templates/pullrequests/pullrequest_show_all.html Wed Jan 30 00:32:34 2013 +0100 @@ -24,8 +24,9 @@

%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))}