Add alt='' to decorative image https://www.w3.org/WAI/tutorials/images/decorative/
This commit is contained in:
parent
0e6ffd0baa
commit
4a5059ed34
3 changed files with 11 additions and 11 deletions
|
@ -38,7 +38,7 @@
|
|||
= form_tag instructeur_recherche_path, method: :get, class: "form" do
|
||||
= text_field_tag "q", "#{@search_terms if @search_terms.present?}", placeholder: "Rechercher un dossier"
|
||||
%button{ title: "Rechercher" }
|
||||
= image_tag "icons/search-blue.svg"
|
||||
= image_tag "icons/search-blue.svg", alt: ''
|
||||
|
||||
- if nav_bar_profile == :user && user_signed_in? && current_user.dossiers.count > 2
|
||||
%li
|
||||
|
@ -46,7 +46,7 @@
|
|||
= form_tag recherche_dossiers_path, method: :post, class: "form" do
|
||||
= text_field_tag :dossier_id, "", placeholder: "Numéro de dossier"
|
||||
%button{ title: "Rechercher" }
|
||||
= image_tag "icons/search-blue.svg"
|
||||
= image_tag "icons/search-blue.svg", alt: ''
|
||||
|
||||
- if instructeur_signed_in? || user_signed_in?
|
||||
%li
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue