# HG changeset patch # User Daniel Dourvaris # Date 2019-06-26 13:53:39 # Node ID bebba65f2642dddd55b2d69e88af49594e2a2cb3 # Parent b390d8a6067e8281d401e9eaf458ff4d5e4c7cc7 pull-requests: fixed ui based on latest changes 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 -

-
-
-
-
-
+