diff --git a/kallithea/templates/pullrequests/pullrequest_show.html b/kallithea/templates/pullrequests/pullrequest_show.html --- a/kallithea/templates/pullrequests/pullrequest_show.html +++ b/kallithea/templates/pullrequests/pullrequest_show.html @@ -251,12 +251,17 @@ ${self.repo_context_bar('showpullrequest
- ${_('Compare View')} + ${_('Summary of Pull Request Content')}
+
+ ${ungettext("%d comment", "%d comments", len(c.comments)) % len(c.comments)} ${ungettext("(%d inline)", "(%d inline)", c.inline_cnt) % c.inline_cnt} +
##CS -
${ungettext('Showing %s commit','Showing %s commits', len(c.cs_ranges)) % len(c.cs_ranges)}
+
+ ${ungettext('Showing %s commit','Showing %s commits', len(c.cs_ranges)) % len(c.cs_ranges)} +
<%include file="/compare/compare_cs.html" />
@@ -288,7 +293,6 @@ ${self.repo_context_bar('showpullrequest
%endfor
-
${ungettext("%d comment", "%d comments", len(c.comments)) % len(c.comments)} ${ungettext("(%d inline)", "(%d inline)", c.inline_cnt) % c.inline_cnt}
% if c.limited_diff:
${_('Changeset was too big and was cut off...')} ${_('Show full diff anyway')}
% endif