Merge pull request #4591 from Keirua/feat/w3c
Compatibilité W3C sur pages publiques et usager
This commit is contained in:
commit
702aef4b8f
4 changed files with 10 additions and 10 deletions
|
@ -1,4 +1,4 @@
|
|||
~ form.text_area :value,
|
||||
row: 6,
|
||||
rows: 6,
|
||||
required: champ.mandatory?,
|
||||
value: html_to_string(champ.value)
|
||||
|
|
|
@ -72,9 +72,9 @@
|
|||
.contact-champ
|
||||
= label_tag :text do
|
||||
Pièce jointe
|
||||
.notice.hidden{ data: { 'contact-type-only': Helpscout::FormAdapter::TYPE_AMELIORATION } }
|
||||
%p.notice.hidden{ data: { 'contact-type-only': Helpscout::FormAdapter::TYPE_AMELIORATION } }
|
||||
Une capture d’écran peut nous aider à identifier plus facilement l’endroit à améliorer.
|
||||
.notice.hidden{ data: { 'contact-type-only': Helpscout::FormAdapter::TYPE_AUTRE } }
|
||||
%p.notice.hidden{ data: { 'contact-type-only': Helpscout::FormAdapter::TYPE_AUTRE } }
|
||||
Une capture d’écran peut nous aider à identifier plus facilement le problème.
|
||||
= file_field_tag :piece_jointe
|
||||
|
||||
|
|
|
@ -5,7 +5,7 @@
|
|||
|
||||
.merci
|
||||
.container
|
||||
= image_tag('user/envoi-dossier.svg')
|
||||
= image_tag('user/envoi-dossier.svg', alt: '')
|
||||
%h1 Merci !
|
||||
%p.send
|
||||
Votre dossier sur la démarche
|
||||
|
|
Loading…
Add table
Reference in a new issue