From 0922c169bf77c4cda00fc72a352c3c63d6bba04f Mon Sep 17 00:00:00 2001 From: Ted-U Date: Tue, 2 Aug 2022 15:47:58 +0100 Subject: [PATCH] remove add location question from edit scheme page --- 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" %>