diff options
author | Holger Levsen <holger@layer-acht.org> | 2016-12-19 22:05:07 +0100 |
---|---|---|
committer | Holger Levsen <holger@layer-acht.org> | 2016-12-19 22:05:07 +0100 |
commit | 64a3dd78341441e39c408eda48de657f379a5540 (patch) | |
tree | 6b20a2e15d1e132b5964f57aa439a4a311b8e2f7 /mustache-templates/reproducible | |
parent | f2a7cfe723f47a356db2a633c5ff8d573219d2e6 (diff) | |
download | jenkins.debian.net-64a3dd78341441e39c408eda48de657f379a5540.tar.xz |
reproducible Debian: reorder entries in Debian 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 | 24 |
1 files changed, 12 insertions, 12 deletions
diff --git a/mustache-templates/reproducible/main_navigation.mustache b/mustache-templates/reproducible/main_navigation.mustache index 6081877f..58e9a754 100644 --- a/mustache-templates/reproducible/main_navigation.mustache +++ b/mustache-templates/reproducible/main_navigation.mustache @@ -149,29 +149,29 @@ <li {{#bugs}}class='active'{{/bugs}}> <a href="/debian/index_bugs.html">Bugs filed</a> </li> - <li {{#repositories}}class='active'{{/repositories}}> - <a href="/debian/index_repositories.html"> - Repositories overview - </a> + <li {{#variations}}class='active'{{/variations}}> + <a href="/debian/index_variations.html">Variations tested</a> </li> <li {{#notify}}class='active'{{/notify}}> <a href="/debian/index_notify.html" title="notify icon"> Packages with notifications enabled ⚑ </a> </li> - <li {{#performance}}class='active'{{/performance}}> - <a href="/debian/index_performance.html">Performance stats</a> - </li> - <li {{#variations}}class='active'{{/variations}}> - <a href="/debian/index_variations.html">Variations tested</a> - </li> - <li {{#breakages}}class='active'{{/breakages}}> - <a href="/debian/index_breakages.html">Broken pieces</a> + <li {{#repositories}}class='active'{{/repositories}}> + <a href="/debian/index_repositories.html"> + 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 {{#breakages}}class='active'{{/breakages}}> + <a href="/debian/index_breakages.html">Broken pieces</a> + </li> + <li {{#performance}}class='active'{{/performance}}> + <a href="/debian/index_performance.html">Performance stats</a> + </li> </ul> {{{project_links_html}}} |