2021-11-18 22:05:49 +05:30
|
|
|
= form_tag page_filter_path, method: :get, class: "topic-filter-form js-topic-filter-form", id: 'topic-filter-form' do |f|
|
|
|
|
= search_field_tag :search, params[:search],
|
2023-03-04 22:38:38 +05:30
|
|
|
placeholder: _('Filter by name'),
|
2021-11-18 22:05:49 +05:30
|
|
|
class: 'topic-filter-form-field form-control input-short',
|
|
|
|
spellcheck: false,
|
|
|
|
id: 'topic-filter-form-field',
|
|
|
|
autofocus: local_assigns[:autofocus]
|