summaryrefslogtreecommitdiffstats
path: root/bin/templates/basic_page.mustache
diff options
context:
space:
mode:
authorValerie R Young <spectranaut@riseup.net>2016-07-14 12:03:24 -0400
committerHolger Levsen <holger@layer-acht.org>2016-07-24 11:46:02 -0400
commita7f7ecc84d803f1d3adf4e9f7babc01fe6de9199 (patch)
treeac47ea04c4d775629eea7935dc0e634cb7b0604b /bin/templates/basic_page.mustache
parent1dea20a0d5081e8fa1f864e82977dc9d365a8565 (diff)
downloadjenkins.debian.net-a7f7ecc84d803f1d3adf4e9f7babc01fe6de9199.tar.xz
reproducible debian: move page titles to mainbody, add dashboard header in nav
Signed-off-by: Holger Levsen <holger@layer-acht.org>
Diffstat (limited to 'bin/templates/basic_page.mustache')
-rw-r--r--bin/templates/basic_page.mustache1
1 files changed, 1 insertions, 0 deletions
diff --git a/bin/templates/basic_page.mustache b/bin/templates/basic_page.mustache
index 345d2da0..97a60d06 100644
--- a/bin/templates/basic_page.mustache
+++ b/bin/templates/basic_page.mustache
@@ -12,6 +12,7 @@
{{{main_navigation_html}}}
</header>
<div class="mainbody">
+ <h2>{{page_title}}</h2>
{{{main_html}}}
</div>
</body>