RGAA A : L'attribut alt est absent pour le logo des demarches
Signed-off-by: Chaïb Martinez <chaibax@gmail.com>
This commit is contained in:
parent
a21897fc08
commit
47b177fd31
1 changed files with 1 additions and 1 deletions
|
@ -1,5 +1,5 @@
|
||||||
.procedure-logos
|
.procedure-logos
|
||||||
= image_tag procedure.logo_url
|
= image_tag procedure.logo_url, alt: "logo #{procedure.libelle}"
|
||||||
- if procedure.euro_flag
|
- if procedure.euro_flag
|
||||||
= image_tag("flag_of_europe.svg", id: 'euro_flag', class: (!procedure.euro_flag ? "hidden" : ""))
|
= image_tag("flag_of_europe.svg", id: 'euro_flag', class: (!procedure.euro_flag ? "hidden" : ""))
|
||||||
%h2.procedure-title
|
%h2.procedure-title
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue