diff options
author | Holger Levsen <holger@layer-acht.org> | 2017-05-05 03:16:02 +0200 |
---|---|---|
committer | Holger Levsen <holger@layer-acht.org> | 2017-05-05 03:16:02 +0200 |
commit | 79243d80ec7fb41a48c1369612b70a85abeba9a9 (patch) | |
tree | fd68cbea2675a0045c9c8f851fc0680456a4e9a6 /mustache-templates | |
parent | da554cf225aa3c693ae449efe193762a5291e9a1 (diff) | |
download | jenkins.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.mustache | 4 |
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> |