summaryrefslogtreecommitdiff
path: root/app/views/search/show.html.haml
diff options
context:
space:
mode:
authorDmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>2013-05-09 11:27:14 +0300
committerDmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>2013-05-09 11:47:09 +0300
commitf1126f494cf4fb2b27c43ac3d3bd69fea9c4afe4 (patch)
treee7510ec160b5e7d6577c0371bb01443da339222e /app/views/search/show.html.haml
parent9fdcdb774ff496f4f1c8bf61290d1d70cbd5c3ed (diff)
downloadgitlab-ce-f1126f494cf4fb2b27c43ac3d3bd69fea9c4afe4.tar.gz
Move files search to gitlab_git
Diffstat (limited to 'app/views/search/show.html.haml')
-rw-r--r--app/views/search/show.html.haml1
1 files changed, 1 insertions, 0 deletions
diff --git a/app/views/search/show.html.haml b/app/views/search/show.html.haml
index 5914c22df6e..c057459a746 100644
--- a/app/views/search/show.html.haml
+++ b/app/views/search/show.html.haml
@@ -4,6 +4,7 @@
%span Looking for
.input
= search_field_tag :search, params[:search], placeholder: "issue 143", class: "input-xxlarge search-text-input", id: "dashboard_search"
+ = hidden_field_tag :search_code, params[:search_code]
= submit_tag 'Search', class: "btn btn-primary wide"
.clearfix
.row