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 @@ -146,7 +146,7 @@ ${self.repo_context_bar('showpullrequest
-
${c.update_msg}
+

${c.update_msg}

%if c.avail_revs:
@@ -185,9 +185,11 @@ ${self.repo_context_bar('showpullrequest %endfor
-
(${_("Pull request iterations do not change content once created. Select a revision and save to make a new iteration.")})
+
${_("Pull request iterations do not change content once created. Select a revision to create a new iteration.")}
%endif -
${c.update_msg_other}
+ %if c.update_msg_other: +
${c.update_msg_other}
+ %endif
%if editable: