Commit c479b1dd1f1f9bf1fa206ac52cc9dcfb72a344ee
Exists in
master
and in
4 other branches
Merge pull request #5051 from jbornschein/patch-1
Minor UI fix in views/public/project/index.html.haml
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 | ... | ... |