From 3a53d8359c3708afb0d01ef44d85639e2e5871c7 Mon Sep 17 00:00:00 2001 From: Jason Zimdars Date: Wed, 23 Jul 2025 18:32:02 -0500 Subject: [PATCH] This didn't update the page because it never hit the format.html render --- app/views/notifications/index.html.erb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/views/notifications/index.html.erb b/app/views/notifications/index.html.erb index e90f32b61..4ef4d7fe2 100644 --- a/app/views/notifications/index.html.erb +++ b/app/views/notifications/index.html.erb @@ -21,7 +21,7 @@ <% if @unread.any? %>

New for you

- <%= button_to "Mark all as read", read_all_notifications_path, class: "btn txt-small" %> + <%= button_to "Mark all as read", read_all_notifications_path, class: "btn txt-small", form: { data: { turbo: false } } %>
<% else %>