diff options
author | Jörg Bornschein <jb@capsec.org> | 2013-09-12 13:33:09 +0200 |
---|---|---|
committer | Jörg Bornschein <jb@capsec.org> | 2013-09-12 13:33:09 +0200 |
commit | 811622346bbcec03d2084a8a1259f3100fdbeaa2 (patch) | |
tree | 5b8f47f7a64bb72cbe93218b6eb80e420fc9f81e | |
parent | 7bf8d22f178d5628e9c2dc8e79ec94a016e1d69b (diff) | |
download | gitlab-ce-811622346bbcec03d2084a8a1259f3100fdbeaa2.tar.gz |
Minor UI change in iews/public/project/index.html.haml
Placeholder in search field was wrong
-rw-r--r-- | app/views/public/projects/index.html.haml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/views/public/projects/index.html.haml b/app/views/public/projects/index.html.haml index bfede94917a..7dbe560e7fc 100644 --- a/app/views/public/projects/index.html.haml +++ b/app/views/public/projects/index.html.haml @@ -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 |