summaryrefslogtreecommitdiff
path: root/app/views/search/show.html.haml
diff options
context:
space:
mode:
authorDmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>2012-04-14 11:20:45 +0300
committerDmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>2012-04-14 11:20:45 +0300
commit95fde9bd7a1fb0a902c33f03f641909043df4125 (patch)
tree4444cc609b2d0ec6b6ecae36d498e9a72b27a735 /app/views/search/show.html.haml
parent5f31989a0501c12ae609709f8707841ec3fc7e31 (diff)
downloadgitlab-ce-95fde9bd7a1fb0a902c33f03f641909043df4125.tar.gz
Projects page as dashboard. Old dashboard removed
Diffstat (limited to 'app/views/search/show.html.haml')
-rw-r--r--app/views/search/show.html.haml3
1 files changed, 2 insertions, 1 deletions
diff --git a/app/views/search/show.html.haml b/app/views/search/show.html.haml
index a7df49b9b4c..7ce47eccbeb 100644
--- a/app/views/search/show.html.haml
+++ b/app/views/search/show.html.haml
@@ -1,6 +1,7 @@
= form_tag search_path, :method => :get do |f|
.padded
- = label_tag :search, "Looking for"
+ = label_tag :search do
+ %strong Looking for
.input
= text_field_tag :search, params[:search],:placeholder => "issue 143", :class => "input-xxlarge"
= submit_tag 'Search', :class => "btn btn-primary"