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 @@ -51,6 +51,24 @@ %endif +
+
+ +
+
+
+ ##%if h.is_hg(c.pull_request.org_repo): + ## ${_('Mercurial repository')} + ##%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_repo.clone_url()} +
+
+
${h.literal(c.pull_request.description)}
@@ -198,7 +216,7 @@ // inject comments into they proper positions var file_comments = YUQ('.inline-comment-placeholder'); renderInlineComments(file_comments); - + YUE.on(YUD.get('update_pull_request'),'click',function(e){ updateReviewers(); })