|
|
|
@ -1,6 +1,8 @@
|
|
|
|
|
<% content_for :title, "Check your answers before creating this scheme" %> |
|
|
|
|
<%= render partial: "organisations/headings", locals: { main: "Check your changes before creating this scheme", sub: @scheme.service_name } %> |
|
|
|
|
|
|
|
|
|
<%= form_for(@scheme, as: :scheme, method: :patch) do |f| %> |
|
|
|
|
<%= f.govuk_error_summary %> |
|
|
|
|
<div class="govuk-grid-row"> |
|
|
|
|
<div class="govuk-grid-column-three-quarters-from-desktop"> |
|
|
|
|
<%= govuk_tabs(title: "Check your answers before creating this scheme") do |component| %> |
|
|
|
@ -130,8 +132,6 @@
|
|
|
|
|
<% end %> |
|
|
|
|
</div> |
|
|
|
|
</div> |
|
|
|
|
|
|
|
|
|
<%= form_for(@scheme, as: :scheme, method: :patch) do |f| %> |
|
|
|
|
<%= f.hidden_field :page, value: "check-answers" %> |
|
|
|
|
<%= f.hidden_field :confirmed, value: "true" %> |
|
|
|
|
<% button_label = @scheme.confirmed? ? "Save" : "Create scheme" %> |
|
|
|
|