<% content_for :before_content do %> <% content_for :title, "Are you sure you want to delete this notification?" %> <%= govuk_back_link(href: :back) %> <% end %>

<%= content_for(:title) %>

<%== render_for_summary("**Notification:** #{@notification.title}") %>

Users will no longer see this notification.

<%= govuk_warning_text(text: "You will not be able to undo this action.") %>
<%= govuk_button_to( "Delete notification", notification_delete_path(@notification), method: :delete, ) %> <%= govuk_button_link_to "Cancel", root_path, html: { method: :get }, secondary: true %>