<% end %>
<%= button_to "Unsubscribe", unsubscribe_mailing_lists_path, method: :delete, class: "button danger", data: { confirm: "Are you sure you want to unsubscribe?" } %>
-
- <%= button_to "Resync from Buttondown", resync_from_buttondown_mailing_lists_path, method: :post, class: "button" %>
<% end %>
<% 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 %>
+ <%= button_to "Resync from Buttondown", resync_from_buttondown_mailing_lists_path, method: :post, class: "button" %>
<% end %>