Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/app
diff options
context:
space:
mode:
authorrandx <dmitriy.zaporozhets@gmail.com>2012-06-16 13:50:14 +0400
committerrandx <dmitriy.zaporozhets@gmail.com>2012-06-16 13:50:14 +0400
commit781fd1a80c6b65fa8c0cd71001be681e955c4edb (patch)
treee766cc83fd9d516930b45afd90a6b1ff43c7ae3d /app
parent85b86e6476f5a9810f9c13b3a62c457439305f13 (diff)
Cucumber -> Dashboard features
Diffstat (limited to 'app')
-rw-r--r--app/views/search/show.html.haml2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/views/search/show.html.haml b/app/views/search/show.html.haml
index b9fff9a77a6..6bdccd11e73 100644
--- a/app/views/search/show.html.haml
+++ b/app/views/search/show.html.haml
@@ -3,7 +3,7 @@
= label_tag :search do
%strong Looking for
.input
- = text_field_tag :search, params[:search],:placeholder => "issue 143", :class => "input-xxlarge"
+ = text_field_tag :search, params[:search], :placeholder => "issue 143", :class => "input-xxlarge", :id => "dashboard_search"
= submit_tag 'Search', :class => "btn btn-primary"
- if params[:search].present?
%br