From b007c9f69a7133e0c85dea7716e6819fe235bd1c Mon Sep 17 00:00:00 2001 From: Matthew Landauer Date: Wed, 7 Feb 2024 05:05:37 +0000 Subject: [PATCH] Create github issue from TODO --- app/views/_tailwind/alerts_new/edit.html.erb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/views/_tailwind/alerts_new/edit.html.erb b/app/views/_tailwind/alerts_new/edit.html.erb index e4603939f..3dac39865 100644 --- a/app/views/_tailwind/alerts_new/edit.html.erb +++ b/app/views/_tailwind/alerts_new/edit.html.erb @@ -34,7 +34,7 @@ <% end %> -<%# TODO: Show an error of some sort if the last delivery was not successful %> +<%# TODO: #1768 Show an error of some sort if the last delivery was not successful %> <%= 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}?" } %>