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 @@ -14,29 +14,13 @@ <%def name="main()"> ${self.context_bar('showpullrequest')} +
${self.breadcrumbs()}
- - %for pr in c.pull_requests: -
-

- - - ${_('Pull request #%s opened by %s on %s') % (pr.pull_request_id, pr.author.full_name, h.fmt_date(pr.created_on))} - - %if pr.is_closed(): - (${_('Closed')}) - %endif -

-
${_('Title')}: ${pr.title}
-
${pr.description}
-
-
- %endfor - + ${c.pullrequest_data}