debian-mirror-gitlab/app/views/shared/groups/_search_form.html.haml
2021-01-29 00:20:46 +05:30

3 lines
347 B
Plaintext

= 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 qa-groups-filter', spellcheck: false, id: 'group-filter-form-field'