summaryrefslogtreecommitdiff
path: root/app/views/public
diff options
context:
space:
mode:
authorDmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>2013-08-07 23:32:20 +0300
committerDmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>2013-08-07 23:32:20 +0300
commite3f9bd231b0b071e4586b5134bae99367380a6bf (patch)
tree457182e071e3280ed771fea63eb2dcb4236cf9ea /app/views/public
parentdf437f419ba92f376f95917b235930311b4c9946 (diff)
downloadgitlab-ce-e3f9bd231b0b071e4586b5134bae99367380a6bf.tar.gz
use control-group classes for inline forms in rest pages
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 e933268973a..7fea017acec 100644
--- a/app/views/public/projects/index.html.haml
+++ b/app/views/public/projects/index.html.haml
@@ -7,7 +7,7 @@
.pull-right
= form_tag public_projects_path, method: :get, class: 'form-inline' do |f|
.search-holder
- .input
+ .controls
= search_field_tag :search, params[:search], placeholder: "gitlab-ci", class: "span3 search-text-input", id: "projects_search"
= submit_tag 'Search', class: "btn btn-primary wide"