Browse Source

Fix page display (#770)

pull/771/head
Dushan 2 years ago committed by GitHub
parent
commit
40f3992959
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 4
      app/views/schemes/support_services_provider.html.erb

4
app/views/schemes/support_services_provider.html.erb

@ -7,8 +7,6 @@
) %>
<% 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| %>
<div class="govuk-grid-row">
<div class="govuk-grid-column-two-thirds">
@ -22,7 +20,7 @@
managing_org_answer_options,
:id,
: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 },
"data-controller": %w[accessible-autocomplete conditional-filter] %>

Loading…
Cancel
Save