Files
fizzy/app/views/notifications/_tray.html.erb
T
2025-01-13 14:21:47 +00:00

6 lines
275 B
Plaintext

<%= turbo_stream_from Current.user, :notifications %>
<%= tag.div id: "notification-tray", class: "notification-tray", data: { turbo_permanent: true, controller: "notifications--readings" } do %>
<%= turbo_frame_tag("notifications", src: notifications_path) %>
<% end %>