diff options
author | Valerie R Young <spectranaut@riseup.net> | 2016-07-14 12:03:24 -0400 |
---|---|---|
committer | Holger Levsen <holger@layer-acht.org> | 2016-07-24 11:46:02 -0400 |
commit | a7f7ecc84d803f1d3adf4e9f7babc01fe6de9199 (patch) | |
tree | ac47ea04c4d775629eea7935dc0e634cb7b0604b /bin/templates | |
parent | 1dea20a0d5081e8fa1f864e82977dc9d365a8565 (diff) | |
download | jenkins.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')
-rw-r--r-- | bin/templates/basic_page.mustache | 1 | ||||
-rw-r--r-- | bin/templates/main_navigation.mustache | 4 |
2 files changed, 3 insertions, 2 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> diff --git a/bin/templates/main_navigation.mustache b/bin/templates/main_navigation.mustache index ab905fd2..15e8cbdb 100644 --- a/bin/templates/main_navigation.mustache +++ b/bin/templates/main_navigation.mustache @@ -1,4 +1,4 @@ -<h2>{{page_title}}</h2> +<a href="{{debian_uri}}"><h2>Debian Dashboard</h2></a> <ul class="menu"> <li>{{suite}}/{{arch}}:<ul class="children"> <li>Notes:<ul class="children"> @@ -89,7 +89,7 @@ </a> </li> </ul></li> - <li><a {{#dashboard}}class='active'{{/dashboard}} href="{{debian_url}}">Debian dashboard</a> + <li><a {{#dashboard}}class='active'{{/dashboard}} href="{{debian_uri}}">Debian dashboard</a> <ul class="children"> <li {{#issues}}class='active'{{/issues}}> <a href="/debian/index_issues.html">issues</a> |