]> git.ipfire.org Git - ipfire.org.git/commitdiff
blog: Make download button smaller
authorMichael Tremer <michael.tremer@ipfire.org>
Thu, 1 Nov 2018 10:58:10 +0000 (10:58 +0000)
committerMichael Tremer <michael.tremer@ipfire.org>
Thu, 1 Nov 2018 10:58:10 +0000 (10:58 +0000)
This overlapped the screen size of mobile devices

Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
src/templates/blog/modules/post.html

index 397551c9978d05187316d2e24a17a2b1d61782f8..f6527a360dda1111c1c2c72b45fa8931dba4c604 100644 (file)
@@ -61,7 +61,7 @@
 
                {% if post.release %}
                        <a class="btn btn-primary" href="https://www.ipfire.org/download/{{ post.release.slug }}">
-                               {{ _("Download %s now") % post.release }}
+                               {{ _("Download") }}
                        </a>
                {% end %}