# HG changeset patch # User domruf # Date 2017-07-12 19:45:53 # Node ID 53df5d6f08625be5855b957dde8eeed71e755c86 # Parent 2d8f2a419edb8770bc25fe7ca378256ab8442b1a pullrequest: make the explaining message for 'Next iteration' a alert-info ...for better visibility. Also remove obsolete 'msg-div' class. 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: