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 %>