summaryrefslogtreecommitdiffstats
path: root/mustache-templates
diff options
context:
space:
mode:
authorHolger Levsen <holger@layer-acht.org>2016-08-23 11:38:25 +0200
committerHolger Levsen <holger@layer-acht.org>2016-08-23 11:38:25 +0200
commit013be8ec52286a1d9aa481e777df7ea1d522783f (patch)
tree72a2243f20f8cd51f0e9d4695fe985f6819bb20e /mustache-templates
parent9bff948d21c55a27a4399f84c9126062aba81e2d (diff)
downloadjenkins.debian.net-013be8ec52286a1d9aa481e777df7ea1d522783f.tar.xz
reproducible Debian navigation: fix active menu entry
Diffstat (limited to 'mustache-templates')
-rw-r--r--mustache-templates/reproducible/main_navigation.mustache5
1 files changed, 3 insertions, 2 deletions
diff --git a/mustache-templates/reproducible/main_navigation.mustache b/mustache-templates/reproducible/main_navigation.mustache
index 7305ddea..cc54cca7 100644
--- a/mustache-templates/reproducible/main_navigation.mustache
+++ b/mustache-templates/reproducible/main_navigation.mustache
@@ -165,8 +165,9 @@
<li {{#breakages}}class='active'{{/breakages}}>
<a href="/debian/index_breakages.html">Broken pieces</a>
</li>
- <li {{#breakages}}class='active'{{/breakages}}>
- <a href="https://jenkins.debian.net/userContent/about.html#_reproducible_builds_jobs">Documentation for Jenkins backend</a>
+ <li {{#breakages}}class='active'{{/jenkins-docs}}>
+ <a href="https://jenkins.debian.net/userContent/about.html#_reproducible_builds_jobs"
+ target="_blank">Documentation for Jenkins backend</a>
</li>
</ul>
{{{project_links_html}}}