# HG changeset patch # User Marcin Kuzminski # Date 2013-01-29 23:32:34 # Node ID 1095b67f80547d5af9cc4c544dda782ab7b1452b # Parent 14e9a06c37a763f04764aba009a2b8f8bdcceef6 show status of pull requests and if it's closed diff --git a/rhodecode/templates/pullrequests/pullrequest_show_all.html b/rhodecode/templates/pullrequests/pullrequest_show_all.html --- a/rhodecode/templates/pullrequests/pullrequest_show_all.html +++ b/rhodecode/templates/pullrequests/pullrequest_show_all.html @@ -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))}