debian-mirror-gitlab/app/views/shared/groups/_search_form.html.haml
2017-08-17 22:00:37 +05:30

2 lines
338 B
Text

= form_tag request.path, method: :get, class: 'group-filter-form', id: 'group-filter-form' do |f|
= search_field_tag :filter_groups, params[:filter_groups], placeholder: '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"