Files
fizzy/app/views/notifications/readings/create.turbo_stream.erb
T
David Heinemeier Hansson 158b694d31 Simplify the containers
Need to use CSS to hide headings in empty containers
2025-04-16 16:22:36 +02:00

3 lines
174 B
Plaintext

<%= turbo_stream.remove @notification %>
<%= turbo_stream.prepend :notifications_list_read, partial: "notifications/notification", locals: { notification: @notification } %>