demarches-normaliennes/app/views/shared/champs/rna/_association.html.haml
2024-11-04 17:05:03 +01:00

10 lines
310 B
Text

- case error
- when :invalid
%p.fr-error-text= t('.invalid_number')
- when :not_found
%p.fr-error-text= t('.not_found')
- when :network_error
%p.fr-error-text= t('.network_error')
- else
- if champ.value.present?
%p.fr-info-text= t('.data_fetched', title: champ.title, address: champ.full_address)