mirror of
https://github.com/wahyd4/gitlabhq.git
synced 2026-08-15 23:56:09 +10:00
Minor UI change in iews/public/project/index.html.haml
Placeholder in search field was wrong
This commit is contained in:
@@ -8,7 +8,7 @@
|
||||
= form_tag public_projects_path, method: :get, class: 'form-inline' do |f|
|
||||
.search-holder
|
||||
.controls
|
||||
= search_field_tag :search, params[:search], placeholder: "gitlab-ci", class: "span3 search-text-input", id: "projects_search"
|
||||
= search_field_tag :search, params[:search], placeholder: "Filter by name", class: "span3 search-text-input", id: "projects_search"
|
||||
= submit_tag 'Search', class: "btn btn-primary wide"
|
||||
|
||||
.public-projects
|
||||
|
||||
Reference in New Issue
Block a user