summaryrefslogtreecommitdiffstats
path: root/mustache-templates/reproducible/package_navigation.mustache
diff options
context:
space:
mode:
authorValerie R Young <spectranaut@riseup.net>2016-07-27 13:00:40 -0400
committerHolger Levsen <holger@layer-acht.org>2016-07-28 14:06:26 -0400
commitd605e52ca7b4f5d47820751e7ae9a3e4f2864e6f (patch)
treefe5db8027fade2e87223970f39c71a29db34583e /mustache-templates/reproducible/package_navigation.mustache
parentc6ac981c4c0eec62aca518fb74845a505701c211 (diff)
downloadjenkins.debian.net-d605e52ca7b4f5d47820751e7ae9a3e4f2864e6f.tar.xz
reproducible debian: create arch specific history pages for packages
Signed-off-by: Holger Levsen <holger@layer-acht.org>
Diffstat (limited to 'mustache-templates/reproducible/package_navigation.mustache')
-rw-r--r--mustache-templates/reproducible/package_navigation.mustache8
1 files changed, 7 insertions, 1 deletions
diff --git a/mustache-templates/reproducible/package_navigation.mustache b/mustache-templates/reproducible/package_navigation.mustache
index 0d579b7d..e90d2612 100644
--- a/mustache-templates/reproducible/package_navigation.mustache
+++ b/mustache-templates/reproducible/package_navigation.mustache
@@ -17,7 +17,13 @@
{{/reproducible}}
{{/notes_uri}}
<li>
- <a href="{{history}}" target="main">test history</a>
+ <a href="{{history_uri}}" target="main">test history</a>
+ <ul class="children"><li>
+ Filter by:
+ {{#history_archs}}
+ <a href="{{history_arch_uri}}" target="main"><span class="filter-history">{{history_arch}}<span></a>
+ {{/history_archs}}
+ </li></ul>
</li>
<h4>Suite and Architecture</h4>
{{{suitearch_section_html}}}