diff options
Diffstat (limited to 'mustache-templates/reproducible')
-rw-r--r-- | mustache-templates/reproducible/main_navigation.mustache | 28 |
1 files changed, 14 insertions, 14 deletions
diff --git a/mustache-templates/reproducible/main_navigation.mustache b/mustache-templates/reproducible/main_navigation.mustache index a4a456e4..d94a7cd6 100644 --- a/mustache-templates/reproducible/main_navigation.mustache +++ b/mustache-templates/reproducible/main_navigation.mustache @@ -162,23 +162,23 @@ Repositories overview </a> </li> - <li {{#jenkins-docs}}class='active'{{/jenkins-docs}}> - <a href="https://jenkins.debian.net/userContent/about.html#_reproducible_builds_jobs" - target="_blank">Documentation for Jenkins backend</a><br /> - (eg. on manual scheduling) - </li> - <li {{#performance}}class='active'{{/performance}}> - <a href="/debian/index_performance.html">Performance stats</a> - </li> - <li {{#breakages}}class='active'{{/breakages}}> - <a href="/debian/index_breakages.html">Broken pieces</a> - </li> - <li><ul>Build nodes health + <li><ul>Backend related + <li {{#breakages}}class='active'{{/breakages}}> + <a href="/debian/index_breakages.html">Broken pieces</a> + </li> + <li {{#jenkins-docs}}class='active'{{/jenkins-docs}}> + <a href="https://jenkins.debian.net/userContent/about.html#_reproducible_builds_jobs" + target="_blank">Documentation</a><br /> + (eg. on manual scheduling) + </li> + <li {{#performance}}class='active'{{/performance}}> + <a href="/debian/index_performance.html">Performance stats</a> + </li> <li {{#nodes_health}}class='active'{{/nodes_health}}> - <a href="/debian/index_nodes_health.html">overview</a> + <a href="/debian/index_nodes_health.html">Nodes health overview</a> </li> <li {{#nodes_graphs}}class='active'{{/nodes_graphs}}> - <a href="/debian/index_nodes_graphs.html">graphs</a> + <a href="/debian/index_nodes_graphs.html">Nodes health graphs</a> </li> </ul></li> </ul> |