diff options
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> |