diff options
Diffstat (limited to 'bin/templates/package_suitearch_details.mustache')
-rw-r--r-- | bin/templates/package_suitearch_details.mustache | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/bin/templates/package_suitearch_details.mustache b/bin/templates/package_suitearch_details.mustache index 685d6631..ac74be56 100644 --- a/bin/templates/package_suitearch_details.mustache +++ b/bin/templates/package_suitearch_details.mustache @@ -8,7 +8,10 @@ {{#dbd}} <li> <div> - <a href="{{dbd_url}}" title="Show: formatted diffoscope results" target="main">differences</a> + <a href="{{dbd_url}}" title="Show: formatted diffoscope results" target="main"> + <img src="/static/diffoscope-logo.png" alt="diffoscope logo" /> + differences + </a> {{#dbdtxt_url}} <a href="{{dbdtxt_url}}" target="main">(txt)</a> {{/dbdtxt_url}} |