# HG changeset patch # User Mads Kiilerich # Date 2013-06-12 00:13:05 # Node ID 7e897077bb402cc11249a28ea26faabc4ce9e9f1 # Parent e8065d36e8d0aba2919ff204a1e99f07ddcf757a pullrequests: add link for creating pull requests to PR overview page 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 @@ -41,6 +41,11 @@ ${h.link_to(_('Show closed pull requests too'), h.url('pullrequest_show_all',repo_name=c.repo_name,from_=c.from_,closed=1))} %endif + +
+ ${_('Open new pull request')} +
+ ${c.pullrequest_data}