From d6c1951b66c54a7cceb6e3461f8880b1ee42b937 Mon Sep 17 00:00:00 2001 From: Ted-U <92022120+Ted-U@users.noreply.github.com> Date: Tue, 2 Aug 2022 17:11:34 +0100 Subject: [PATCH] remove add location question from edit scheme page (#805) --- app/views/locations/edit.html.erb | 7 ------- 1 file changed, 7 deletions(-) diff --git a/app/views/locations/edit.html.erb b/app/views/locations/edit.html.erb index bee510eaf..176b2a9e1 100644 --- a/app/views/locations/edit.html.erb +++ b/app/views/locations/edit.html.erb @@ -48,13 +48,6 @@ <%= 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.govuk_submit "Save and continue" %>