]> git.ipfire.org Git - ipfire.org.git/commitdiff
sponsors: Add a link to change the selected amount
authorMichael Tremer <michael.tremer@ipfire.org>
Wed, 13 Dec 2023 16:23:28 +0000 (16:23 +0000)
committerMichael Tremer <michael.tremer@ipfire.org>
Thu, 14 Dec 2023 11:54:49 +0000 (11:54 +0000)
Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
src/templates/sponsors/next.html

index 3594280702d01fb2df8427bb00a5aff725396153..f6bbfb893159d2a120b4941578a72bd23c5c000a 100644 (file)
                                                </div>
                                        </div>
 
-                                       <div class="column">
-                                               <div class="notification has-text-centered">
+                                       <div class="column has-text-centered">
+                                               <div class="notification">
                                                        <h5 class="title is-5">{{ _("Thank You For Sponsoring") }}</h5>
 
                                                        <h3 class="title is-3">{{ format_money(amount, currency) }}</h3>
                                                        <h6 class="subtitle is-6">{{ _("per month") }}</h5>
                                                </div>
+
+                                               <p>
+                                                       <small>
+                                                               <a class="has-text-grey" href="/sponsors?amount={{ amount }}&amp;currency={{ currency }}">
+                                                                       {{ _("Change") }}
+                                                               </a>
+                                                       </small>
+                                               </p>
                                        </div>
                                </div>
                        </form>