]> git.ipfire.org Git - ipfire.org.git/commitdiff
about: Simplify markup of download button
authorMichael Tremer <michael.tremer@ipfire.org>
Mon, 17 Apr 2023 17:40:49 +0000 (17:40 +0000)
committerMichael Tremer <michael.tremer@ipfire.org>
Mon, 17 Apr 2023 17:40:49 +0000 (17:40 +0000)
Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
src/templates/about.html

index 5df7a5bf91f41ca73aa8cc31d6e5e58fd235fe02..273f818b7b1b5606870b08511371d94215292079 100644 (file)
                </section>
 
                <section class="section">
-                       <div class="block">
-                               <button class="button is-primary is-large is-fullwidth">
-                                       <a href="/download">
-                                               <span class="is-hidden-touch">{{ _("DOWNLOAD IPFIRE NOW. IT'S FREE!") }}</span>
-                                               <span class="is-hidden-desktop">{{ _("DOWNLOAD NOW") }}</span>
-                                       </a>
-                               </button>
-                       </div>
+                       <a class="button is-primary is-large is-fullwidth" href="/download">
+                               <span class="is-hidden-touch">{{ _("DOWNLOAD IPFIRE NOW. IT'S FREE!") }}</span>
+                               <span class="is-hidden-desktop">{{ _("DOWNLOAD NOW") }}</span>
+                       </a>
 
                        <!-- any screenshots go here -->
                </section>