diff --git a/app/views/notifications/index.html.erb b/app/views/notifications/index.html.erb index 95ef36e03..33e3b21cd 100644 --- a/app/views/notifications/index.html.erb +++ b/app/views/notifications/index.html.erb @@ -5,10 +5,10 @@ <%= t("notifications.index.title") %> - <%= link_to t("notifications.index.mark_all_as_read"), - mark_all_as_read_notifications_path, - method: :put, - class: "button hollow float-right-medium" %> + <%= button_to t("notifications.index.mark_all_as_read"), + mark_all_as_read_notifications_path, + method: :put, + class: "button hollow float-right-medium" %>