Browse Source

Fix lint

pull/2630/head
Rachael Booth 2 years ago
parent
commit
f6ee07e4c2
  1. 2
      app/views/notifications/delete_confirmation.html.erb

2
app/views/notifications/delete_confirmation.html.erb

@ -20,7 +20,7 @@
"Delete notification", "Delete notification",
notification_delete_path(@notification), notification_delete_path(@notification),
method: :delete, method: :delete,
) %> ) %>
<%= govuk_button_link_to "Cancel", root_path, html: { method: :get }, secondary: true %> <%= govuk_button_link_to "Cancel", root_path, html: { method: :get }, secondary: true %>
</div> </div>
</div> </div>

Loading…
Cancel
Save