diff --git a/app/views/apps/president_vote_app/application_forms/delivery_address.html.erb b/app/views/apps/president_vote_app/application_forms/delivery_address.html.erb index 0a8aea8c..4bf27233 100644 --- a/app/views/apps/president_vote_app/application_forms/delivery_address.html.erb +++ b/app/views/apps/president_vote_app/application_forms/delivery_address.html.erb @@ -22,7 +22,7 @@
<%= f.error_message :same_delivery_address %> -
+
<%= 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'}%>