diff options
author | Valerie R Young <spectranaut@riseup.net> | 2016-07-25 14:47:13 -0400 |
---|---|---|
committer | Holger Levsen <holger@layer-acht.org> | 2016-07-25 19:23:24 -0400 |
commit | f1237c7a9b89768a4ce005ede78d25e8661e4625 (patch) | |
tree | b0655a1486041235922feab2dcb0f5cb2acea8a8 | |
parent | 46c1109d501d76be4161e4ddd891d9b1f193d434 (diff) | |
download | jenkins.debian.net-f1237c7a9b89768a4ce005ede78d25e8661e4625.tar.xz |
reproducible debian: remove redundant button from pkgset index page
Signed-off-by: Holger Levsen <holger@layer-acht.org>
-rw-r--r-- | bin/templates/pkgset_navigation.mustache | 16 |
1 files changed, 10 insertions, 6 deletions
diff --git a/bin/templates/pkgset_navigation.mustache b/bin/templates/pkgset_navigation.mustache index 81ee3386..d9759409 100644 --- a/bin/templates/pkgset_navigation.mustache +++ b/bin/templates/pkgset_navigation.mustache @@ -1,9 +1,13 @@ -<ul><li> - <a href="/debian/{{suite}}/{{arch}}/index_pkg_sets.html" - title="To switch suite and arch, see top left"> - All tracked package sets for <b>{{suite}}/{{arch}}</b> - </a> -</li></ul> +<ul> + {{#pkgset_page}} + <li> + <a href="/debian/{{suite}}/{{arch}}/index_pkg_sets.html" + title="To switch suite and arch, see top left"> + All tracked package sets for <b>{{suite}}/{{arch}}</b> + </a> + </li> + {{/pkgset_page}} +</ul> {{#package_set_sections}} <details {{^pkgset_page}}open{{/pkgset_page}}> <summary>{{section}} package sets:</summary> |