summaryrefslogtreecommitdiffstats
path: root/mustache-templates/reproducible/pkgset_navigation.mustache
diff options
context:
space:
mode:
Diffstat (limited to 'mustache-templates/reproducible/pkgset_navigation.mustache')
-rw-r--r--mustache-templates/reproducible/pkgset_navigation.mustache4
1 files changed, 2 insertions, 2 deletions
diff --git a/mustache-templates/reproducible/pkgset_navigation.mustache b/mustache-templates/reproducible/pkgset_navigation.mustache
index c4d99011..cd848185 100644
--- a/mustache-templates/reproducible/pkgset_navigation.mustache
+++ b/mustache-templates/reproducible/pkgset_navigation.mustache
@@ -14,8 +14,6 @@
<ul class="pkgset-list">
{{#pkgsets}}
<li class="{{class}}">
- <a href="/debian/{{suite}}/{{arch}}/pkg_set_{{pkgset_name}}.html">
- {{pkgset_name}}</a>
{{#thumb}}
<a href="/debian/{{suite}}/{{arch}}/pkg_set_{{pkgset_name}}.html">
<img src="{{thumb}}" class="setview"
@@ -23,6 +21,8 @@
title="{{pkgset_name}}" name="{{pkgset_name}}">
</a>
{{/thumb}}
+ <a href="/debian/{{suite}}/{{arch}}/pkg_set_{{pkgset_name}}.html">
+ {{pkgset_name}}</a>
</li>
{{/pkgsets}}
</ul>