summaryrefslogtreecommitdiffstats
path: root/bin
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 /bin
parent851817c6cd83c6b431e2a30b75c0e1edf8ef1712 (diff)
downloadjenkins.debian.net-abed1bc635e4c8b6fbf36d59e09ef8e9ba28d29a.tar.xz
reproducible debian: make diffoscope output more visible by adding its logo
Diffstat (limited to 'bin')
-rw-r--r--bin/templates/package_suitearch_details.mustache5
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}}