diff options
author | Valerie R Young <spectranaut@riseup.net> | 2017-03-22 12:46:17 -0400 |
---|---|---|
committer | Holger Levsen <holger@layer-acht.org> | 2017-03-22 19:04:15 +0100 |
commit | ce00640954839d8a1f4142ff610469943833cb6e (patch) | |
tree | cfd2d7c11989e5119c74c2cab3396ebfbd5d1c4b /mustache-templates | |
parent | 566813f60f9fb715808eafa4f377e333dbf920ba (diff) | |
download | jenkins.debian.net-ce00640954839d8a1f4142ff610469943833cb6e.tar.xz |
Revert "reproducible debian: show the "show all" button when summary tag supported"
This reverts commit 1b4dc1b3191e3623a0eeb7cacef80be1ab71d0a2.
Signed-off-by: Holger Levsen <holger@layer-acht.org>
Diffstat (limited to 'mustache-templates')
-rw-r--r-- | mustache-templates/reproducible/basic_page.mustache | 7 | ||||
-rw-r--r-- | mustache-templates/reproducible/pkgset_navigation.mustache | 2 |
2 files changed, 3 insertions, 6 deletions
diff --git a/mustache-templates/reproducible/basic_page.mustache b/mustache-templates/reproducible/basic_page.mustache index 5ba1f8db..0efc02d9 100644 --- a/mustache-templates/reproducible/basic_page.mustache +++ b/mustache-templates/reproducible/basic_page.mustache @@ -5,14 +5,11 @@ <meta name="viewport" content="width=device-width" /> {{{meta_refresh}}} <link href="/static/style.css?v={{style_dot_css_sha1sum}}" type="text/css" rel="stylesheet" /> - {{#include_pkgset_js}} - <script type="text/JavaScript" src="/static/pkgset.js"></script> - {{/include_pkgset_js}} <title>{{page_title}}</title> </head> <body class="wrapper"> - {{#navigation_html}} - <header class="head"> + {{#navigation_html}} + <header class="head"> {{{navigation_html}}} </header> {{/navigation_html}} diff --git a/mustache-templates/reproducible/pkgset_navigation.mustache b/mustache-templates/reproducible/pkgset_navigation.mustache index 8228146f..c4d99011 100644 --- a/mustache-templates/reproducible/pkgset_navigation.mustache +++ b/mustache-templates/reproducible/pkgset_navigation.mustache @@ -1,6 +1,6 @@ <ul> {{#pkgset_page}} - <li id="expand-all-pkgsets"> + <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> |