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):
##
##%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()}