Commit 811622346bbcec03d2084a8a1259f3100fdbeaa2

Authored by Jörg Bornschein
1 parent 7bf8d22f

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

Placeholder in search field was wrong
Showing 1 changed file with 1 additions and 1 deletions   Show diff stats
app/views/public/projects/index.html.haml
@@ -8,7 +8,7 @@ @@ -8,7 +8,7 @@
8 = form_tag public_projects_path, method: :get, class: 'form-inline' do |f| 8 = form_tag public_projects_path, method: :get, class: 'form-inline' do |f|
9 .search-holder 9 .search-holder
10 .controls 10 .controls
11 - = search_field_tag :search, params[:search], placeholder: "gitlab-ci", class: "span3 search-text-input", id: "projects_search" 11 + = search_field_tag :search, params[:search], placeholder: "Filter by name", class: "span3 search-text-input", id: "projects_search"
12 = submit_tag 'Search', class: "btn btn-primary wide" 12 = submit_tag 'Search', class: "btn btn-primary wide"
13 13
14 .public-projects 14 .public-projects