summaryrefslogtreecommitdiffstats
path: root/mustache-templates/reproducible/status_icon_link.mustache
blob: 66bebfcc72c0bff279fac1ab8b000c6a858575c6 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
{{^untested}}
{{#icon}}
<a href="/debian/{{suite}}/{{arch}}/index_{{status}}.html" title="Go to: summary of all {{spokenstatus}} packages" target="_parent">
  <img src="/static/{{icon}}" alt="{{spokenstatus}}">
</a>
{{/icon}}
{{#spokenstatus}}
<a href="/debian/{{suite}}/{{arch}}/index_{{status}}.html" title="Go to: summary of all {{spokenstatus}} packages" target="_parent">
  {{spokenstatus}}
</a>
{{/spokenstatus}}
{{/untested}}

{{#untested}}
{{#icon}}<img src="/static/{{icon}}" alt="{{spokenstatus}}">{{/icon}} {{spokenstatus}}
{{/untested}}