Files
fizzy/app/views/notifications/_tray.html.erb
T
2025-01-13 20:46:51 -06:00

6 lines
257 B
Plaintext

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