eea9afb639
This also splits the templates into two: index and tray, since the URL now changes.
7 lines
326 B
Plaintext
7 lines
326 B
Plaintext
<%= notification_tag notification do %>
|
|
<%= render "notifications/notification/header", notification: notification do %>
|
|
<%= notification_toggle_read_button(notification, url: notification_reading_path(notification)) %>
|
|
<% end %>
|
|
<%= render "notifications/notification/body", notification: notification %>
|
|
<% end %>
|