|
|
@ -7,8 +7,6 @@ |
|
|
|
) %> |
|
|
|
) %> |
|
|
|
<% end %> |
|
|
|
<% end %> |
|
|
|
|
|
|
|
|
|
|
|
<%= render partial: "organisations/headings", locals: { main: "Which organisation provides the support services used by this scheme?", sub: nil } %> |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<%= form_for(@scheme, method: :patch) do |f| %> |
|
|
|
<%= form_for(@scheme, method: :patch) do |f| %> |
|
|
|
<div class="govuk-grid-row"> |
|
|
|
<div class="govuk-grid-row"> |
|
|
|
<div class="govuk-grid-column-two-thirds"> |
|
|
|
<div class="govuk-grid-column-two-thirds"> |
|
|
@ -22,7 +20,7 @@ |
|
|
|
managing_org_answer_options, |
|
|
|
managing_org_answer_options, |
|
|
|
:id, |
|
|
|
:id, |
|
|
|
:name, |
|
|
|
:name, |
|
|
|
label: { text: "Which organisation manages this scheme?", size: "m" }, |
|
|
|
label: { text: "Which organisation provides the support services used by this scheme?", size: "m" }, |
|
|
|
options: { required: true }, |
|
|
|
options: { required: true }, |
|
|
|
"data-controller": %w[accessible-autocomplete conditional-filter] %> |
|
|
|
"data-controller": %w[accessible-autocomplete conditional-filter] %> |
|
|
|
|
|
|
|
|
|
|
|