summaryrefslogtreecommitdiffstats
path: root/mustache-templates/reproducible/package_navigation.mustache
diff options
context:
space:
mode:
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}}}