<%= render @notification %>
<%= link_to "Back to notifications", notifications_path, class: "btn btn-small" %>
<%= button_to "Destroy this notification", @notification, data: { turbo_confirm: "Are you sure?", turbo_method: :delete }, method: :delete, class: "btn btn-small btn-warning" %>