diff --git a/app/views/organisation_relationships/add_housing_provider.html.erb b/app/views/organisation_relationships/add_housing_provider.html.erb index 94beaf7b4..638d0e00f 100644 --- a/app/views/organisation_relationships/add_housing_provider.html.erb +++ b/app/views/organisation_relationships/add_housing_provider.html.erb @@ -20,8 +20,9 @@ <% answer_options[organisation[0]] = organisation[1] %> <% end %> <%= render partial: "organisation_relationships/related_organisation_select_question", locals: { - question: Form::Question.new("", {"answer_options" => answer_options}, nil), - f: } %> + question: Form::Question.new("", { "answer_options" => answer_options }, nil), + f:, + } %> <%= f.govuk_submit "Add" %> <%= govuk_details(summary_text: "Can't find the housing provider you're looking for?") do %>
This organisation can submit logs for its housing providers.
@@ -35,7 +36,6 @@ <% end %> <% end %> - <% if current_user.support? %> <%= govuk_button_link_to "Add a housing provider", housing_providers_add_organisation_path(organisation_id: @organisation.id), html: { method: :get } %> <% elsif current_user.data_coordinator? %>