11 lines
332 B
Text
11 lines
332 B
Text
- case error
|
|
- when :invalid
|
|
%p.fr-error-text
|
|
Le numéro RNA doit commencer par un W majuscule suivi de 9 chiffres
|
|
- 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)
|