]> git.ipfire.org Git - ipfire.org.git/commitdiff
base: Swap the order of the Donate any Buy button
authorMichael Tremer <michael.tremer@ipfire.org>
Wed, 4 Mar 2026 17:38:41 +0000 (17:38 +0000)
committerMichael Tremer <michael.tremer@ipfire.org>
Wed, 4 Mar 2026 17:38:41 +0000 (17:38 +0000)
Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
src/templates/base.html

index 0468450091cc5f0b6052bca0b463250d0e9da228..6a0171762a41e59a58d3273fd4ed00e25295d1a8 100644 (file)
                                                                        <a class="navbar-item is-tab {% if request.path == "/support" %}is-active{% end %}" href="/support">{{ _("Support") }}</a>
                                                                {% end %}
 
+                                                               {# Donate #}
+                                                               <div class="navbar-item">
+                                                                       <a class="button is-primary has-text-weight-bold is-uppercase"
+                                                                                       href="/donate">
+                                                                               {{ _("Donate") }}
+                                                                       </a>
+                                                               </div>
+
                                                                {# Buy #}
                                                                {% if not is_subproject %}
                                                                        <div class="navbar-item">
                                                                        </div>
                                                                {% end %}
 
-                                                               {# Donate #}
-                                                               <div class="navbar-item">
-                                                                       <a class="button is-primary has-text-weight-bold is-uppercase"
-                                                                                       href="/donate">
-                                                                               {{ _("Donate") }}
-                                                                       </a>
-                                                               </div>
-
                                                                {# Back to IPFire.org #}
                                                                {% if is_subproject %}
                                                                        <a class="navbar-item is-tab" href="https://www.ipfire.org/" title="{{ _("Back to IPFire.org") }}">