From e7d8f87d3c900a4c145d76c50094787e2ce77f55 Mon Sep 17 00:00:00 2001 From: Alexander Zaytsev Date: Tue, 23 Dec 2025 22:53:36 +0100 Subject: [PATCH] Add missing comma --- app/views/notifications/unsubscribes/show.html.erb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/views/notifications/unsubscribes/show.html.erb b/app/views/notifications/unsubscribes/show.html.erb index 2b1cb57cd..bc151e4aa 100644 --- a/app/views/notifications/unsubscribes/show.html.erb +++ b/app/views/notifications/unsubscribes/show.html.erb @@ -1,6 +1,6 @@

You’re unsubscribed

-

Thanks, <%= @user.first_name %>! Fizzy won’t send you any more email notifications. If you change your mind you can turn them back on in <%= link_to "Notification Settings", notifications_settings_path %>.

+

Thanks, <%= @user.first_name %>! Fizzy won’t send you any more email notifications. If you change your mind, you can turn them back on in <%= link_to "Notification Settings", notifications_settings_path %>.

<%= link_to root_path, class: "btn btn--link margin-block-start" do %> <%= icon_tag "arrow-left" %>