Commit 81162234 authored by Jörg Bornschein's avatar Jörg Bornschein

Minor UI change in iews/public/project/index.html.haml

Placeholder in search field was wrong
parent 7bf8d22f
......@@ -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
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment