summaryrefslogtreecommitdiff
path: root/app/views/shared/groups/_search_form.html.haml
diff options
context:
space:
mode:
Diffstat (limited to 'app/views/shared/groups/_search_form.html.haml')
-rw-r--r--app/views/shared/groups/_search_form.html.haml2
1 files changed, 2 insertions, 0 deletions
diff --git a/app/views/shared/groups/_search_form.html.haml b/app/views/shared/groups/_search_form.html.haml
new file mode 100644
index 00000000000..ad7a7faedf1
--- /dev/null
+++ b/app/views/shared/groups/_search_form.html.haml
@@ -0,0 +1,2 @@
+= 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"