From: Aidan Cornelius-Bell Date: Tue, 8 Oct 2024 08:12:44 +0000 (+1030) Subject: Added resync from buttondown. Testing in prod like a pro X-Git-Url: https://gitweb.mndrdr.org/?a=commitdiff_plain;h=30fc28677890c2c75411db70fa371d9356d24d89;p=arelpe.git Added resync from buttondown. Testing in prod like a pro --- diff --git a/app/views/mailing_lists/index.html.erb b/app/views/mailing_lists/index.html.erb index 617b56d..419c236 100644 --- a/app/views/mailing_lists/index.html.erb +++ b/app/views/mailing_lists/index.html.erb @@ -23,6 +23,7 @@ <% if @is_paid_user && @buttondown_status != 'gifted' %>

Your account is marked as a paid user, but your mailing list status is not synced. Click below to sync your status:

<%= 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 %>