summaryrefslogtreecommitdiffstats
path: root/bin/templates/pkgset_navigation.mustache
blob: 40d19c189e6e05c73961b3c7e805f74eb5f9a7f9 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
<ul>
  <li>Tracked package sets in {{suite}}/{{arch}}: </li>
<br/>
{{#package_sets}}
  <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" alt="Reproducibility status for packages un {{suite}}/{{arch}} from '{{pkg_name}}'" title="{{pkgset_name}}" name="{{pkgset_name}}">
	</a>
  {{/thumb}}
  </li>
{{/package_sets}}
</ul>