# HG changeset patch # User Mads Kiilerich # Date 2013-01-29 02:20:59 # Node ID cd2aa3a36d7686ca20a6b0708b2eddbead8e64e5 # Parent e76859961cbca20bb6034839711fbae02f474d79 pull requests: don't show the branch label as a (double) tag diff --git a/rhodecode/templates/pullrequests/pullrequest_show.html b/rhodecode/templates/pullrequests/pullrequest_show.html --- a/rhodecode/templates/pullrequests/pullrequest_show.html +++ b/rhodecode/templates/pullrequests/pullrequest_show.html @@ -62,9 +62,7 @@ ##%elif h.is_git(c.pull_request.org_repo): ## ${_('Git repository')} ##%endif - ${c.pull_request.org_ref_parts[0]} - : - ${c.pull_request.org_ref_parts[1]} + ${c.pull_request.org_ref_parts[0]}: ${c.pull_request.org_ref_parts[1]} ${c.pull_request.org_repo.clone_url()}