summaryrefslogtreecommitdiffstats
path: root/mustache-templates/reproducible/status_icon_link.mustache
diff options
context:
space:
mode:
Diffstat (limited to 'mustache-templates/reproducible/status_icon_link.mustache')
-rw-r--r--mustache-templates/reproducible/status_icon_link.mustache16
1 files changed, 16 insertions, 0 deletions
diff --git a/mustache-templates/reproducible/status_icon_link.mustache b/mustache-templates/reproducible/status_icon_link.mustache
new file mode 100644
index 00000000..66bebfcc
--- /dev/null
+++ b/mustache-templates/reproducible/status_icon_link.mustache
@@ -0,0 +1,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}}