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 @@ -1,7 +1,10 @@ <%inherit file="/base/base.html"/> <%def name="title()"> - ${_('%s Pull Requests') % c.repo_name} · ${c.rhodecode_name} + ${_('%s Pull Requests') % c.repo_name} + %if c.rhodecode_name: + · ${c.rhodecode_name} + %endif %def> <%def name="breadcrumbs_links()"> @@ -23,29 +26,26 @@ ${self.repo_context_bar('showpullrequest