diff options
author | Holger Levsen <holger@layer-acht.org> | 2016-11-14 11:55:22 +0100 |
---|---|---|
committer | Holger Levsen <holger@layer-acht.org> | 2016-11-14 11:55:22 +0100 |
commit | 38408a7c7a56c7baec8006bee0bf8ba3e9cca368 (patch) | |
tree | c6427e20d537924e44597fccf6aa56aca7eaa4a0 /mustache-templates/reproducible | |
parent | e9e8e71591f4056162d17e4d99e94501af3b8b42 (diff) | |
download | jenkins.debian.net-38408a7c7a56c7baec8006bee0bf8ba3e9cca368.tar.xz |
reproducible Debian: show bugs filed on a dedicated page (thanks jmw for the idea)
Signed-off-by: Holger Levsen <holger@layer-acht.org>
Diffstat (limited to 'mustache-templates/reproducible')
-rw-r--r-- | mustache-templates/reproducible/main_navigation.mustache | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/mustache-templates/reproducible/main_navigation.mustache b/mustache-templates/reproducible/main_navigation.mustache index ec7c497c..6081877f 100644 --- a/mustache-templates/reproducible/main_navigation.mustache +++ b/mustache-templates/reproducible/main_navigation.mustache @@ -146,6 +146,9 @@ <li {{#issues}}class='active'{{/issues}}> Categorized <a href="/debian/index_issues.html">issues</a> </li> + <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 |