- <%= link_to settings_notifications_path,
- class: "btn borderless tray__notification-settings",
- title: "Notification settings",
- data: { action: "dialog#close" } do %>
- <%= icon_tag "settings" %>
-
Settings
- <% end %>
+
+ <%= link_to settings_notifications_path,
+ class: "btn borderless tray__notification-settings",
+ title: "Notification settings",
+ data: { action: "dialog#close" } do %>
+ <%= icon_tag "settings" %>
+ Settings
+ <% end %>
+
- <%= link_to notifications_path, class: "tray__new-notifications btn borderless flex-item-grow position-relative overflow-ellipsis", data: { action: "click->dialog#close" } do %>
- <%= icon_tag "bell" %>
-
See more new items
- <% end %>
-
- <%= link_to notifications_path, class: "tray__old-notifications btn borderless flex-item-grow position-relative overflow-ellipsis", data: { action: "click->dialog#close" } do %>
- <%= icon_tag "bell" %>
-
See older items
- <% end %>
+
+ <%= link_to notifications_path, class: "btn borderless flex-item-grow position-relative overflow-ellipsis", data: { action: "click->dialog#close" } do %>
+ <%= icon_tag "bell" %>
+ See more new items
+ See older items
+ <% end %>
+
<%= button_to read_all_notifications_path,
class: "btn borderless tray__clear-notifications",
title: "Mark all notifications as read",
- data: { action: "dialog#close badge#clear", turbo_frame: "notifications" } do %>
+ data: { action: "dialog#close badge#clear", turbo_frame: "notifications" },
+ form: { data: { navigable_list_target: "item" } } do %>
<%= icon_tag "check" %>
Clear all
<% end %>