diff options
Diffstat (limited to 'bin')
-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> |