diff options
Diffstat (limited to 'mustache-templates/reproducible/package_suitearch_section.mustache')
-rw-r--r-- | mustache-templates/reproducible/package_suitearch_section.mustache | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/mustache-templates/reproducible/package_suitearch_section.mustache b/mustache-templates/reproducible/package_suitearch_section.mustache index d8ac5304..d98c5792 100644 --- a/mustache-templates/reproducible/package_suitearch_section.mustache +++ b/mustache-templates/reproducible/package_suitearch_section.mustache @@ -21,6 +21,11 @@ {{#current_suitearch}} {{version}} in <a href="/debian/{{suite}}/{{arch}}/" title="Go to: summary of all tests for {{arch}}/{{suite}}" target="_parent">{{suite}}</a> {{/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> + {{/current_suitearch}}{{/dbd_page_uri}} {{{suitearch_details_html}}} </li> {{/suites}} |