Commit 811622346bbcec03d2084a8a1259f3100fdbeaa2
1 parent
7bf8d22f
Exists in
master
and in
4 other branches
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 | 8 | = form_tag public_projects_path, method: :get, class: 'form-inline' do |f| |
9 | 9 | .search-holder |
10 | 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 | 12 | = submit_tag 'Search', class: "btn btn-primary wide" |
13 | 13 | |
14 | 14 | .public-projects | ... | ... |