<% content_for :before_content do %> <% content_for :title, "Are you sure you want to delete the #{@collection_resource.short_display_name.downcase}?" %> <%= govuk_back_link href: collection_resources_path %> <% end %>
<%= "#{@collection_resource.log_type.humanize} #{text_year_range_format(@collection_resource.year)}" %>

<%= content_for(:title) %>

This file will no longer be available for users to download.

<%= govuk_warning_text(text: "You will not be able to undo this action.") %>
<%= govuk_button_to( "Delete resource", collection_resource_delete_path(@collection_resource), method: :delete, ) %> <%= govuk_button_link_to( "Cancel", collection_resources_path, secondary: true, ) %>