monoblue: fix page subtitle on help pages stable
authorAnton Shestakov <av6@dwimlabs.net>
Thu, 03 Sep 2015 22:25:16 +0800
branchstable
changeset 26151 0dda3692ec9b
parent 26150 ee31ede3afb8
child 26167 7187f6e923d5
child 26367 f31ddc9bfa5f
monoblue: fix page subtitle on help pages
mercurial/templates/monoblue/help.tmpl
mercurial/templates/monoblue/helptopics.tmpl
--- a/mercurial/templates/monoblue/help.tmpl	Thu Sep 03 12:19:43 2015 -0500
+++ b/mercurial/templates/monoblue/help.tmpl	Thu Sep 03 22:25:16 2015 +0800
@@ -30,7 +30,7 @@
         </ul>
     </div>
 
-    <h2 class="no-link no-border">branches</h2>
+    <h2 class="no-link no-border">help</h2>
     <div id="doc">
     {rstdoc(doc, "html")}
     </div>
--- a/mercurial/templates/monoblue/helptopics.tmpl	Thu Sep 03 12:19:43 2015 -0500
+++ b/mercurial/templates/monoblue/helptopics.tmpl	Thu Sep 03 22:25:16 2015 +0800
@@ -30,7 +30,7 @@
         </ul>
     </div>
 
-    <h2 class="no-link no-border">branches</h2>
+    <h2 class="no-link no-border">help</h2>
     <table cellspacing="0">
     <tr><td colspan="2"><h2><a name="main" href="#topics">Topics</a></h2></td></tr>
     {topics % helpentry}