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 @@ -110,9 +110,9 @@
%if h.is_hg(c.pull_request.target_repo): - + %elif h.is_git(c.pull_request.target_repo): - + %endif