Browse Source

refactor: erblinting

pull/980/head
natdeanlewissoftwire 2 years ago
parent
commit
45778e0e6a
  1. 2
      app/views/schemes/toggle_active.html.erb

2
app/views/schemes/toggle_active.html.erb

@ -4,7 +4,7 @@
<%= govuk_back_link(
text: "Back",
href: scheme_details_path(@scheme),
) %>
) %>
<% end %>
<%= form_with model: @scheme, url: scheme_deactivate_path(@scheme), method: "patch", local: true do |f| %>
<div class="govuk-grid-row">

Loading…
Cancel
Save