Add forgetten alt attribute
This commit is contained in:
parent
444a96a5ee
commit
07b4d59426
1 changed files with 1 additions and 1 deletions
|
@ -4,7 +4,7 @@
|
||||||
= render partial: 'root/footer'
|
= render partial: 'root/footer'
|
||||||
|
|
||||||
#link-sent.container
|
#link-sent.container
|
||||||
= image_tag('user/confirmation-email.svg', "aria-hidden": true)
|
= image_tag('user/confirmation-email.svg', alt: "")
|
||||||
%h1
|
%h1
|
||||||
= t('views.users.passwords.reset_link_sent.got_it')
|
= t('views.users.passwords.reset_link_sent.got_it')
|
||||||
%br
|
%br
|
||||||
|
|
Loading…
Reference in a new issue