Skip to content

Commit

Permalink
fix conditionally revealing address option
Browse files Browse the repository at this point in the history
  • Loading branch information
celuchmarek committed Feb 8, 2024
1 parent 167191b commit 8da0cb2
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
<div class="govuk-form-group <% if @application_form.errors[:same_delivery_address].any? %> govuk-form-group--error<% end %>">
<%= f.error_message :same_delivery_address %>

<div class="govuk-radios" data-module="radios">
<div class="govuk-radios" data-module="govuk-radios">
<%= f.radio_button :same_delivery_address, '1', label: "Na adresu trvalého bydliska", hint: @application_form.full_address%>
<%= f.radio_button :same_delivery_address, '0', label: "Na inú adresu", data: {'aria-controls' => 'conditional-delivery-address'}%>

Expand Down

0 comments on commit 8da0cb2

Please sign in to comment.