Move expected format of email field to <span class='fr-hint-text'>
This commit is contained in:
parent
280a25928c
commit
e98dbf3898
3 changed files with 4 additions and 3 deletions
|
@ -18,8 +18,9 @@
|
|||
.fr-input-group
|
||||
= label_tag :email, class: 'fr-label' do
|
||||
Email
|
||||
= t('.notice_email')
|
||||
= render EditableChamp::AsteriskMandatoryComponent.new
|
||||
%span.fr-hint-text
|
||||
= t('.notice_email')
|
||||
= email_field_tag :email, params[:email], required: true, autocomplete: 'email', class: 'fr-input'
|
||||
|
||||
%fieldset.fr-fieldset{ name: "type" }
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue