diff options
author | Valerie R Young <spectranaut@riseup.net> | 2016-07-26 14:28:34 -0400 |
---|---|---|
committer | Holger Levsen <holger@layer-acht.org> | 2016-07-28 14:06:25 -0400 |
commit | a7683ad505585be4902f4d55931eaa89c47344aa (patch) | |
tree | 7a61d2e86cabe5d178d0c40ebc2838e56817417b /mustache-templates/reproducible/status_icon_link.mustache | |
parent | 1b4dc1b3191e3623a0eeb7cacef80be1ab71d0a2 (diff) | |
download | jenkins.debian.net-a7683ad505585be4902f4d55931eaa89c47344aa.tar.xz |
reproducible debian: move mustache template directory out of bin
Signed-off-by: Holger Levsen <holger@layer-acht.org>
Diffstat (limited to 'mustache-templates/reproducible/status_icon_link.mustache')
-rw-r--r-- | mustache-templates/reproducible/status_icon_link.mustache | 16 |
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}} |