Browse Source

remove add location question from edit scheme page (#805)

pull/807/head
Ted-U 2 years ago committed by GitHub
parent
commit
d6c1951b66
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 7
      app/views/locations/edit.html.erb

7
app/views/locations/edit.html.erb

@ -48,13 +48,6 @@
<%= govuk_section_break(visible: true, size: "m") %> <%= govuk_section_break(visible: true, size: "m") %>
<%= f.govuk_collection_radio_buttons :add_another_location,
another_location_selection,
:id,
:name,
inline: true,
legend: { text: I18n.t("questions.location.add_another_location"), size: "m" } %>
<%= f.hidden_field :page, value: "edit" %> <%= f.hidden_field :page, value: "edit" %>
<%= f.govuk_submit "Save and continue" %> <%= f.govuk_submit "Save and continue" %>

Loading…
Cancel
Save