Browse Source

Change scheme new deactivation page

pull/2605/head
Manny Dinssa 2 years ago
parent
commit
f5ad0a6121
  1. 11
      app/views/schemes/toggle_active.html.erb

11
app/views/schemes/toggle_active.html.erb

@ -12,11 +12,12 @@
<div class="govuk-grid-column-two-thirds">
<% start_date = FormHandler.instance.earliest_open_for_editing_collection_start_date %>
<%= f.govuk_error_summary %>
<span class="govuk-caption-m"><%= title %></span>
<h1 class="govuk-heading-m"><%= I18n.t("questions.scheme.toggle_active.apply_from") %></h1>
<%= govuk_warning_text text: I18n.t("warnings.scheme.#{action}.existing_logs") %>
<p class="govuk-hint"><%= I18n.t("hints.scheme.toggle_active", date: start_date.to_formatted_s(:govuk_date)) %></p>
<%= f.govuk_radio_buttons_fieldset date_type_question(action),
legend: { text: I18n.t("questions.scheme.toggle_active.apply_from") },
caption: { text: title },
hint: { text: I18n.t("hints.scheme.toggle_active", date: start_date.to_formatted_s(:govuk_date)) } do %>
<%= govuk_warning_text text: I18n.t("warnings.scheme.#{action}.existing_logs") %>
legend: { text: I18n.t("questions.scheme.toggle_active.apply_from"), hidden: true } do %>
<%= f.govuk_radio_button date_type_question(action),
"default",
label: { text: "From the start of the open collection period (#{start_date.to_formatted_s(:govuk_date)})" } %>
@ -26,7 +27,7 @@
**basic_conditional_html_attributes({ "deactivation_date" => %w[other] }, "scheme") do %>
<%= f.govuk_date_field date_question(action),
legend: { text: "Date", size: "m" },
hint: { text: "For example, 27 3 2022" },
hint: { text: "For example, 27 3 2025" },
width: 20 %>
<% end %>
<% end %>

Loading…
Cancel
Save