diff options
author | Holger Levsen <holger@layer-acht.org> | 2016-11-14 11:48:15 +0100 |
---|---|---|
committer | Holger Levsen <holger@layer-acht.org> | 2016-11-14 11:48:15 +0100 |
commit | e9e8e71591f4056162d17e4d99e94501af3b8b42 (patch) | |
tree | 823066bd33d3c6d49732a8e7e88ddde38b26aacc /mustache-templates/reproducible | |
parent | e53c8a31037825b6170425c711ce875d96b6e2d3 (diff) | |
download | jenkins.debian.net-e9e8e71591f4056162d17e4d99e94501af3b8b42.tar.xz |
reproducible Debian: fix highlighting in navigation
Signed-off-by: Holger Levsen <holger@layer-acht.org>
Diffstat (limited to 'mustache-templates/reproducible')
-rw-r--r-- | mustache-templates/reproducible/main_navigation.mustache | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mustache-templates/reproducible/main_navigation.mustache b/mustache-templates/reproducible/main_navigation.mustache index 5cf802bd..ec7c497c 100644 --- a/mustache-templates/reproducible/main_navigation.mustache +++ b/mustache-templates/reproducible/main_navigation.mustache @@ -140,7 +140,7 @@ </ul> <ul class="menu new-menu"> <h4>Reproducible Debian overview</h4> - <li {{#issues}}class='active'{{/issues}}> + <li {{#dashboard}}class='active'{{/dashboard}}> <a href="/debian/">Dashboard</a> </li> <li {{#issues}}class='active'{{/issues}}> |