diff options
author | Valerie R Young <spectranaut@riseup.net> | 2016-07-23 20:22:12 -0400 |
---|---|---|
committer | Holger Levsen <holger@layer-acht.org> | 2016-07-24 11:46:03 -0400 |
commit | 185651ecac0c7ca9a9a8bbc3c1b1b74e53e8ee80 (patch) | |
tree | 542c3e648b0a5868e5b19b403fbdfcab825ed08c /bin | |
parent | d5182ed952f11ff7452f9d3c420a5d42595e197a (diff) | |
download | jenkins.debian.net-185651ecac0c7ca9a9a8bbc3c1b1b74e53e8ee80.tar.xz |
reproducible debian: format fix for main navigation html
Signed-off-by: Holger Levsen <holger@layer-acht.org>
Diffstat (limited to 'bin')
-rw-r--r-- | bin/templates/main_navigation.mustache | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/bin/templates/main_navigation.mustache b/bin/templates/main_navigation.mustache index 8b9de722..d1e425ae 100644 --- a/bin/templates/main_navigation.mustache +++ b/bin/templates/main_navigation.mustache @@ -101,13 +101,13 @@ </li> {{/include_pkgset_link}} <li>Recently tested packages:<ul> - <li {{#last_24h}}class='active'{{/last_24h}}><a - href="/debian/{{suite}}/{{arch}}/index_last_24h.html" + <li {{#last_24h}}class='active'{{/last_24h}}> + <a href="/debian/{{suite}}/{{arch}}/index_last_24h.html" title="Show packages tested in the last 24 hours"> last 24h </a></li> - <li {{#last_48h}}class='active'{{/last_48h}}><a - href="/debian/{{suite}}/{{arch}}/index_last_48h.html" + <li {{#last_48h}}class='active'{{/last_48h}}> + <a href="/debian/{{suite}}/{{arch}}/index_last_48h.html" title="Show packages tested in the last 48 hours"> last 48h </a></li> |