diff --git a/kallithea/templates/pullrequests/pullrequest_show_all.html b/kallithea/templates/pullrequests/pullrequest_show_all.html --- a/kallithea/templates/pullrequests/pullrequest_show_all.html +++ b/kallithea/templates/pullrequests/pullrequest_show_all.html @@ -23,23 +23,19 @@ ${self.repo_context_bar('showpullrequest
- ${self.breadcrumbs()} - +
+ ${self.breadcrumbs()} +
+
+ %if c.authuser.username != 'default': + ${_('Open New Pull Request')} + %endif + %if c.from_: + ${_('Show Pull Requests to %s') % c.repo_name} + %else: + ${_("Show Pull Requests from '%s'") % c.repo_name} + %endif +