diff --git a/app/views/locations/check_answers.html.erb b/app/views/locations/check_answers.html.erb index 3f31841a8..7a3a72e13 100644 --- a/app/views/locations/check_answers.html.erb +++ b/app/views/locations/check_answers.html.erb @@ -42,10 +42,9 @@ <% if LocationPolicy.new(current_user, @location).create? %>
<% end %> - -<% if LocationPolicy.new(current_user, @location).delete? %> - <%= delete_location_link(@location) %> -<% end %>