summaryrefslogtreecommitdiffstats
path: root/mustache-templates
diff options
context:
space:
mode:
authorHolger Levsen <holger@layer-acht.org>2017-05-05 03:16:02 +0200
committerHolger Levsen <holger@layer-acht.org>2017-05-05 03:16:02 +0200
commit79243d80ec7fb41a48c1369612b70a85abeba9a9 (patch)
treefd68cbea2675a0045c9c8f851fc0680456a4e9a6 /mustache-templates
parentda554cf225aa3c693ae449efe193762a5291e9a1 (diff)
downloadjenkins.debian.net-79243d80ec7fb41a48c1369612b70a85abeba9a9.tar.xz
reproducible Debian: images first, for better left alignment
Signed-off-by: Holger Levsen <holger@layer-acht.org>
Diffstat (limited to 'mustache-templates')
-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>