diff --git a/rhodecode/templates/pullrequests/pullrequests.mako b/rhodecode/templates/pullrequests/pullrequests.mako --- a/rhodecode/templates/pullrequests/pullrequests.mako +++ b/rhodecode/templates/pullrequests/pullrequests.mako @@ -20,9 +20,6 @@ <%def name="main()"> -
@@ -47,32 +44,10 @@ % endif - ${self.breadcrumbs()}
-
-
-

- %if c.source: - ${_('Pull Requests from %(repo_name)s repository') % {'repo_name': c.repo_name}} - %elif c.closed: - ${_('Closed Pull Requests to repository %(repo_name)s') % {'repo_name': c.repo_name}} - %elif c.my: - ${_('Pull Requests to %(repo_name)s repository opened by me') % {'repo_name': c.repo_name}} - %elif c.awaiting_review: - ${_('Pull Requests to %(repo_name)s repository awaiting review') % {'repo_name': c.repo_name}} - %elif c.awaiting_my_review: - ${_('Pull Requests to %(repo_name)s repository awaiting my review') % {'repo_name': c.repo_name}} - %else: - ${_('Pull Requests to %(repo_name)s repository') % {'repo_name': c.repo_name}} - %endif -

-
-
-
-
-
+