diff options
author | Chris Lamb <lamby@debian.org> | 2016-08-18 13:46:11 +0100 |
---|---|---|
committer | Holger Levsen <holger@layer-acht.org> | 2016-08-18 15:02:16 +0200 |
commit | da31c830940b18986d5890d1ec856475ad645fd5 (patch) | |
tree | f6b878f770eba14644d7b60afee280f9b5220cf6 /mustache-templates/reproducible | |
parent | 6346e1605e7e15c5982dde074c743a836b64dfde (diff) | |
download | jenkins.debian.net-da31c830940b18986d5890d1ec856475ad645fd5.tar.xz |
reproducible Debian: collapse whitespace to avoid ugly "underlines in space".
Signed-off-by: Chris Lamb <lamby@debian.org>
Signed-off-by: Holger Levsen <holger@layer-acht.org>
Diffstat (limited to 'mustache-templates/reproducible')
-rw-r--r-- | mustache-templates/reproducible/package_suitearch_details.mustache | 6 | ||||
-rw-r--r-- | mustache-templates/reproducible/package_suitearch_section.mustache | 3 |
2 files changed, 4 insertions, 5 deletions
diff --git a/mustache-templates/reproducible/package_suitearch_details.mustache b/mustache-templates/reproducible/package_suitearch_details.mustache index 90a760a7..8cb87eec 100644 --- a/mustache-templates/reproducible/package_suitearch_details.mustache +++ b/mustache-templates/reproducible/package_suitearch_details.mustache @@ -9,9 +9,9 @@ <li> <div> <a href="{{dbd_page_uri}}" title="Show: formatted diffoscope results"> - <img src="/static/diffoscope-logo.png" alt="diffoscope logo" /> - differences - </a> + <img src="/static/diffoscope-logo.png" alt="diffoscope logo" /></a> + <a href="{{dbd_page_uri}}" title="Show: formatted diffoscope results"> + differences</a> {{#dbdtxt_uri}} <a href="{{dbdtxt_uri}}" target="main">(txt)</a> {{/dbdtxt_uri}} diff --git a/mustache-templates/reproducible/package_suitearch_section.mustache b/mustache-templates/reproducible/package_suitearch_section.mustache index d98c5792..a2d392ce 100644 --- a/mustache-templates/reproducible/package_suitearch_section.mustache +++ b/mustache-templates/reproducible/package_suitearch_section.mustache @@ -23,8 +23,7 @@ {{/current_suitearch}} {{#dbd_page_uri}}{{^current_suitearch}} <a href="{{dbd_page_uri}}" class="diff-link" title="Show: formatted diffoscope results"> - <img src="/static/diffoscope-logo.png" alt="diffoscope logo" /> - </a> + <img src="/static/diffoscope-logo.png" alt="diffoscope logo" /></a> {{/current_suitearch}}{{/dbd_page_uri}} {{{suitearch_details_html}}} </li> |