[buildinfo.debian.net] 01/01: Always show SHA256, regardless of viewport size. (Closes: #27)
Chris Lamb
chris at chris-lamb.co.uk
Thu Oct 26 20:20:10 UTC 2017
This is an automated email from the git hooks/post-receive script.
lamby pushed a commit to branch master
in repository buildinfo.debian.net.
commit 4a20356fe35bb396b6f2c7d8c8f573db9bdb6040
Author: Chris Lamb <lamby at debian.org>
Date: Thu Oct 26 21:19:06 2017 +0100
Always show SHA256, regardless of viewport size. (Closes: #27)
---
templates/buildinfo/view.html | 6 ++----
1 file changed, 2 insertions(+), 4 deletions(-)
diff --git a/templates/buildinfo/view.html b/templates/buildinfo/view.html
index 7fcf286..9ca5afd 100644
--- a/templates/buildinfo/view.html
+++ b/templates/buildinfo/view.html
@@ -88,10 +88,8 @@
</div>
{% if x.checksum %}
<div class="panel-body">
- SHA1: <code>{{ x.checksum.checksum_sha1 }}</code>
- <div class="visible-lg">
- SHA256: <code>{{ x.checksum.checksum_sha256 }}</code><br>
- </div>
+ SHA1: <code>{{ x.checksum.checksum_sha1 }}</code><br>
+ SHA256: <code>{{ x.checksum.checksum_sha256 }}</code><br>
<br>
Size: {{ x.checksum.size|intcomma }} bytes
</div>
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/reproducible/buildinfo.debian.net.git
More information about the Reproducible-commits
mailing list