From: Michael Tremer Date: Tue, 2 Oct 2018 11:04:06 +0000 (+0100) Subject: download: Redesign list of checksums X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=366034b6a237c99a0f3b9b27495c3dd326d60fb2;p=ipfire.org.git download: Redesign list of checksums Signed-off-by: Michael Tremer --- diff --git a/src/templates/download/release.html b/src/templates/download/release.html index b45302a6..7f2bff3c 100644 --- a/src/templates/download/release.html +++ b/src/templates/download/release.html @@ -49,27 +49,7 @@
-
{{ _("Checksums") }}
- - - - - - - - - - - {% for f in release.files %} - - - - - {% end %} - -
{{ _("SHA 1") }}
{{ f.basename }} -
{{ f.sha1 }}
-
+
{% for f in release.files %}{{ "%-50s SHA1: %s\n" % (f.basename, f.sha1) }}{% end %}
{% end block %}