Specifie the function of the submit button

This commit is contained in:
Corinne Durrmeyer 2024-05-13 11:31:16 +02:00
parent 3c6133276b
commit e4979bc1a1
No known key found for this signature in database
GPG key ID: DDC049DDA35585B6

View file

@ -17,7 +17,7 @@
.flex
= text_field_tag "q", "#{@search_terms if @search_terms.present?}", placeholder: t('views.users.dossiers.search.prompt'), class: "fr-input"
%button.fr-btn.fr-btn--sm
= t('views.users.dossiers.search.simple')
= t('views.users.dossiers.search.label')
- if @procedures_for_select.size > 1
.fr-col
= render Dossiers::UserProcedureFilterComponent.new(procedures_for_select: @procedures_for_select)