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 @@ -23,6 +23,17 @@
${self.breadcrumbs()} + %if c.rhodecode_user.username != 'default': + + %endif
@@ -41,15 +52,9 @@ ${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} -