<% content_for :before_content do %> <% content_for :title, "Are you sure you want to delete this log?" %> <%= govuk_back_link href: @log.lettings? ? lettings_logs_path : sales_logs_path %> <% end %>
Delete log <%= @log.id %>

<%= content_for(:title) %>

<%= govuk_warning_text(text: "You will not be able to undo this action.") %>
<%= govuk_button_to( "Delete this log", @log.lettings? ? lettings_log_path(@log) : sales_log_path(@log), method: :delete, ) %> <%= govuk_button_link_to( "Cancel", @log.lettings? ? lettings_log_path(@log) : sales_log_path(@log), secondary: true, ) %>