rename .label-not-label class into .form-label
This commit is contained in:
parent
d49f6e703e
commit
2ecb9cd5a2
4 changed files with 9 additions and 9 deletions
|
@ -50,7 +50,7 @@
|
|||
= label_tag :dossier_id, "Numéro de dossier", class: 'hidden'
|
||||
= text_field_tag :dossier_id, "", placeholder: "Numéro de dossier"
|
||||
%button{ title: "Rechercher" }
|
||||
= image_tag "icons/search-blue.svg", alt: '', 'aria-hidden':'true'
|
||||
= image_tag "icons/search-blue.svg", alt: 'Rechercher', 'aria-hidden':'true'
|
||||
|
||||
- if instructeur_signed_in? || user_signed_in?
|
||||
%li
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue