From 30fc28677890c2c75411db70fa371d9356d24d89 Mon Sep 17 00:00:00 2001 From: Aidan Cornelius-Bell Date: Tue, 8 Oct 2024 18:42:44 +1030 Subject: [PATCH] Added resync from buttondown. Testing in prod like a pro --- app/views/mailing_lists/index.html.erb | 1 + 1 file changed, 1 insertion(+) 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 %> -- 2.39.5