Skip to content
Snippets Groups Projects
Verified Commit 2611acfd authored by Dmitriy Zaporozhets's avatar Dmitriy Zaporozhets
Browse files

Improve placeholder: search -> Search

parent 2e8fe0bd
No related branches found
No related tags found
No related merge requests found
.search
= form_tag search_path, method: :get, class: 'navbar-form pull-left' do |f|
= search_field_tag "search", nil, placeholder: 'search', class: "search-input form-control", spellcheck: false
= search_field_tag "search", nil, placeholder: 'Search', class: "search-input form-control", spellcheck: false
= hidden_field_tag :group_id, @group.try(:id)
- if @project && @project.persisted?
= hidden_field_tag :project_id, @project.id
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment