summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>2013-09-14 00:17:24 -0700
committerDmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>2013-09-14 00:17:24 -0700
commitc479b1dd1f1f9bf1fa206ac52cc9dcfb72a344ee (patch)
treee7b4aed3093c976d6ab6a18339fcff87d55e3ede
parent4ed9fde6545b3303da7bc1f0239e45061297d6ed (diff)
parent811622346bbcec03d2084a8a1259f3100fdbeaa2 (diff)
downloadgitlab-ce-c479b1dd1f1f9bf1fa206ac52cc9dcfb72a344ee.tar.gz
Merge pull request #5051 from jbornschein/patch-1
Minor UI fix in views/public/project/index.html.haml
-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