diff --git a/app/views/_tailwind/alerts_new/edit.html.erb b/app/views/_tailwind/alerts_new/edit.html.erb index 850f49e4f..e4603939f 100644 --- a/app/views/_tailwind/alerts_new/edit.html.erb +++ b/app/views/_tailwind/alerts_new/edit.html.erb @@ -35,7 +35,6 @@ <%# TODO: Show an error of some sort if the last delivery was not successful %> -<%# TODO: Add standard spacer before footer - do that in layout %> <%= pa_button_to "Delete this alert", [:profile, @alert], method: :delete, type: :secondary, icon: :trash, form_class: "mt-8", data: { confirm: "Are you sure you want to unsubscribe for email alerts for #{@alert.address}?" } %>