summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorHolger Levsen <holger@layer-acht.org>2016-07-06 12:51:19 +0200
committerHolger Levsen <holger@layer-acht.org>2016-07-06 12:51:19 +0200
commitabed1bc635e4c8b6fbf36d59e09ef8e9ba28d29a (patch)
treef412155700f87e0bf22a854bc6004dda6989f9c8
parent851817c6cd83c6b431e2a30b75c0e1edf8ef1712 (diff)
downloadjenkins.debian.net-abed1bc635e4c8b6fbf36d59e09ef8e9ba28d29a.tar.xz
reproducible debian: make diffoscope output more visible by adding its logo
-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