<%= f.label t("verification.residence.new.date_of_birth") %>
<%= f.date_select :date_of_birth,
prompt: true,
@@ -62,7 +76,9 @@
<%= f.label t("verification.residence.new.postal_code") %>
<%= t("verification.residence.new.postal_code_note") %>
- <%= f.text_field :postal_code, label: false %>
+
+ <%= f.text_field :postal_code, label: false %>
+
@@ -78,8 +94,8 @@
<% end %>
-
- <%= f.submit t("verification.residence.new.verify_residence"), class: "button success" %>
+
+ <%= f.submit t("verification.residence.new.verify_residence"), class: "button success expanded" %>
<% end %>
diff --git a/config/locales/verification.en.yml b/config/locales/verification.en.yml
index 4c78108ba..24c9ae928 100755
--- a/config/locales/verification.en.yml
+++ b/config/locales/verification.en.yml
@@ -54,6 +54,8 @@ en:
accept_terms_text_title: I accept the terms and conditions of access of the Census
date_of_birth: Date of birth
document_number: Document number
+ document_number_help_title: Help
+ document_number_help_text_html: '
DNI: 12345678A
Passport: AAA000001
Residence card: X1234567P'
document_type:
passport: Passport
residence_card: Residence card
diff --git a/config/locales/verification.es.yml b/config/locales/verification.es.yml
index 7434ec5b7..be676ab0f 100644
--- a/config/locales/verification.es.yml
+++ b/config/locales/verification.es.yml
@@ -54,6 +54,8 @@ es:
accept_terms_text_title: Acepto los términos de acceso al Padrón
date_of_birth: Fecha de nacimiento
document_number: Número de documento
+ document_number_help_title: Ayuda
+ document_number_help_text_html: '
DNI: 12345678A
Pasaporte: AAA000001
Tarjeta de residencia: X1234567P'
document_type:
passport: Pasaporte
residence_card: Tarjeta de residencia