Welcome to mirror list, hosted at ThFree Co, Russian Federation.

_search_form.html.haml « topics « shared « views « app - gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 97343983b3c428ee55c793ff34911609621bce88 (plain)
1
2
3
4
5
6
7
= 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],
    placeholder: s_('Filter by name'),
    class: 'topic-filter-form-field form-control input-short',
    spellcheck: false,
    id: 'topic-filter-form-field',
    autofocus: local_assigns[:autofocus]