diff options
author | Valerie R Young <spectranaut@riseup.net> | 2016-06-22 11:19:08 -0400 |
---|---|---|
committer | Holger Levsen <holger@layer-acht.org> | 2016-07-05 17:24:55 +0200 |
commit | 8c46f64b57464ba35d0c86d4a9f69c7e912396ab (patch) | |
tree | 657504bb3ea69d381816e4f47ca18b5590731e7b /bin/templates/status_icon_link.mustache | |
parent | 658ffb103ece627fc8e924ba3cefe81aa55d24cc (diff) | |
download | jenkins.debian.net-8c46f64b57464ba35d0c86d4a9f69c7e912396ab.tar.xz |
reproducible debian: move python 'gen_status_link_icon' function to common
Signed-off-by: Mattia Rizzolo <mattia@debian.org>
Signed-off-by: Holger Levsen <holger@layer-acht.org>
Diffstat (limited to 'bin/templates/status_icon_link.mustache')
-rw-r--r-- | bin/templates/status_icon_link.mustache | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/bin/templates/status_icon_link.mustache b/bin/templates/status_icon_link.mustache index 2b866f7a..66bebfcc 100644 --- a/bin/templates/status_icon_link.mustache +++ b/bin/templates/status_icon_link.mustache @@ -4,9 +4,11 @@ <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}} |