move p outside of label
This commit is contained in:
parent
d712cc7a35
commit
233c93bb7c
1 changed files with 4 additions and 4 deletions
|
@ -72,9 +72,9 @@
|
||||||
.contact-champ
|
.contact-champ
|
||||||
= label_tag :text do
|
= label_tag :text do
|
||||||
Pièce jointe
|
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.
|
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.
|
Une capture d’écran peut nous aider à identifier plus facilement le problème.
|
||||||
= file_field_tag :piece_jointe
|
= file_field_tag :piece_jointe
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue