6 lines
257 B
Plaintext
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 %>
|