]> gitweb.mndrdr.org Git - arelpe.git/commitdiff
Added resync from buttondown. Testing in prod like a pro
authorAidan Cornelius-Bell <[email protected]>
Tue, 8 Oct 2024 08:12:44 +0000 (18:42 +1030)
committerAidan Cornelius-Bell <[email protected]>
Tue, 8 Oct 2024 08:12:44 +0000 (18:42 +1030)
app/views/mailing_lists/index.html.erb

index 617b56daa4eb4c0bbab5725586c2a29ccccac4fd..419c2362faa23fca145ecb47e252c0613c1f12d4 100644 (file)
@@ -23,6 +23,7 @@
 <% if @is_paid_user && @buttondown_status != 'gifted' %>
   <p>Your account is marked as a paid user, but your mailing list status is not synced. Click below to sync your status:</p>
   <%= button_to "Sync Subscription Status", sync_status_mailing_lists_path, method: :post, class: "button" %>
+  <%= button_to "Resync from Buttondown", resync_from_buttondown_mailing_lists_path, method: :post, class: "button" %>
 <% end %>