diff options
Diffstat (limited to 'mustache-templates/reproducible')
-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> |