debian-mirror-gitlab/app/views/shared/groups/_search_form.html.haml

3 lines
362 B
Text
Raw Normal View History

2018-11-20 20:47:30 +05:30
= form_tag request.path, method: :get, class: "group-filter-form js-group-filter-form", id: 'group-filter-form' do |f|
2018-12-05 23:21:45 +05:30
= 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', tabindex: "2"