summaryrefslogtreecommitdiff
path: root/app/views/public
diff options
context:
space:
mode:
authorJörg Bornschein <jb@capsec.org>2013-09-12 13:33:09 +0200
committerJörg Bornschein <jb@capsec.org>2013-09-12 13:33:09 +0200
commit811622346bbcec03d2084a8a1259f3100fdbeaa2 (patch)
tree5b8f47f7a64bb72cbe93218b6eb80e420fc9f81e /app/views/public
parent7bf8d22f178d5628e9c2dc8e79ec94a016e1d69b (diff)
downloadgitlab-ce-811622346bbcec03d2084a8a1259f3100fdbeaa2.tar.gz
Minor UI change in iews/public/project/index.html.haml
Placeholder in search field was wrong
Diffstat (limited to 'app/views/public')
-rw-r--r--app/views/public/projects/index.html.haml2
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