chore(rgaa/images): empty alt / aria hidden for non informative image
This commit is contained in:
parent
88ceae8b7e
commit
cc93beb89e
3 changed files with 3 additions and 3 deletions
|
@ -1,5 +1,5 @@
|
||||||
.no-procedure
|
.no-procedure
|
||||||
= image_tag "landing/hero/dematerialiser.svg", class: "paperless-logo", alt: "moins de papier"
|
= image_tag "landing/hero/dematerialiser.svg", class: "paperless-logo", alt: ""
|
||||||
.baseline.center
|
.baseline.center
|
||||||
%p
|
%p
|
||||||
%span.simple= t('.line1')
|
%span.simple= t('.line1')
|
||||||
|
|
|
@ -4,7 +4,7 @@
|
||||||
= render partial: 'root/footer'
|
= render partial: 'root/footer'
|
||||||
|
|
||||||
#link-sent.container
|
#link-sent.container
|
||||||
= image_tag('user/confirmation-email.svg')
|
= image_tag('user/confirmation-email.svg', "aria-hidden": true)
|
||||||
%h1
|
%h1
|
||||||
= t('views.users.passwords.reset_link_sent.got_it')
|
= t('views.users.passwords.reset_link_sent.got_it')
|
||||||
%br
|
%br
|
||||||
|
|
|
@ -4,7 +4,7 @@
|
||||||
= render partial: 'root/footer'
|
= render partial: 'root/footer'
|
||||||
|
|
||||||
#link-sent.container
|
#link-sent.container
|
||||||
= image_tag('user/confirmation-email.svg')
|
= image_tag('user/confirmation-email.svg', "aria-hidden": true)
|
||||||
%h1 Encore une petite étape :)
|
%h1 Encore une petite étape :)
|
||||||
|
|
||||||
%section.link-sent-info
|
%section.link-sent-info
|
||||||
|
|
Loading…
Add table
Reference in a new issue