summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--bin/templates/package_suitearch_details.mustache5
-rw-r--r--userContent/reproducible/static/diffoscope-logo.pngbin0 -> 898 bytes
2 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}}
diff --git a/userContent/reproducible/static/diffoscope-logo.png b/userContent/reproducible/static/diffoscope-logo.png
new file mode 100644
index 00000000..c2714b9f
--- /dev/null
+++ b/userContent/reproducible/static/diffoscope-logo.png
Binary files differ