+ Moreā¦
@@ -20,19 +17,15 @@
<%= button_to read_all_notifications_path,
class: "notification-tray__read_action btn btn--reversed fill-transparent borderless flex-item-justify-start shadow txt-xx-small",
data: { action: "click->dialog#close", turbo_frame: "notifications" } do %>
- <%= icon_tag "check" %>
- Mark all read
+ <%= icon_tag "check" %> Mark all read
<% end %>
- <%= link_to notifications_path,
+ <%= link_to tag.span("Notifications"), notifications_path,
class: "btn btn--reversed borderless fill-transparent translucent shadow center txt-uppercase txt-x-small",
- data: { action: "click->dialog#close"} do %>
- Notifications
- <% end %>
+ data: { action: "click->dialog#close" } %>
-
-<% end %>
+
+