diff options
author | Holger Levsen <holger@layer-acht.org> | 2017-06-12 16:47:01 +0200 |
---|---|---|
committer | Holger Levsen <holger@layer-acht.org> | 2017-06-12 16:47:01 +0200 |
commit | 332738d5cb9e147f8638b912e183ad0fd1321d9c (patch) | |
tree | 865902b448a48b6047fc03193dd9a1db0a5929f8 | |
parent | b8abfe6faef11cce856efd2d69ed9f7d2ffa5dae (diff) | |
download | jenkins.debian.net-332738d5cb9e147f8638b912e183ad0fd1321d9c.tar.xz |
reproducible Debian: fixup navigation
Signed-off-by: Holger Levsen <holger@layer-acht.org>
-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 efe57ad6..b11d9b18 100644 --- a/mustache-templates/reproducible/main_navigation.mustache +++ b/mustache-templates/reproducible/main_navigation.mustache @@ -173,7 +173,7 @@ <li {{#breakages}}class='active'{{/breakages}}> <a href="/debian/index_breakages.html">Broken pieces</a> </li> - <li {{#breakages}}class='active'{{/nodes_health}}> + <li {{#nodes_health}}class='active'{{/nodes_health}}> <a href="/debian/index_nodes_health.html">Build nodes health overview</a> </li> </ul> |