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