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

_search_form.html.haml « issuable « shared « views « app - gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 2c89217cadd487b464c22a22f9b3dfa90ebee65b (plain)
1
2
= form_tag(path, method: :get, id: "issuable_search_form", class: 'issuable-search-form') do
  = search_field_tag :search, params[:search], { id: 'issuable_search', placeholder: 'Filter by name ...', class: 'form-control issuable_search search-text-input input-short', spellcheck: false }