summaryrefslogtreecommitdiff
path: root/app/views/shared/groups/_search_form.html.haml
blob: 67e1cd0d67ba76cc77a5b3ca40696b92cad9d4a3 (plain)
1
2
= form_tag request.path, method: :get, class: "group-filter-form js-group-filter-form", id: 'group-filter-form' do |f|
  = search_field_tag :filter, params[:filter], placeholder: s_('GroupsTree|Search by name'), class: 'group-filter-form-field form-control js-groups-list-filter', spellcheck: false, id: 'group-filter-form-field', tabindex: "2"