Skip to content

Commit

Permalink
Specifie the function of the submit button
Browse files Browse the repository at this point in the history
  • Loading branch information
inseo committed May 13, 2024
1 parent b5e48bb commit 6b26f26
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/views/users/dossiers/index.html.haml
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit 6b26f26

Please sign in to comment.