summaryrefslogtreecommitdiff
path: root/app/views/search/show.html.haml
diff options
context:
space:
mode:
authorDmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>2015-04-29 12:19:54 +0300
committerDmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>2015-04-29 12:19:54 +0300
commit24037e7e6323ff0f91d21d111bd2092f948c8255 (patch)
tree738079f9ab4d4da89eac898a69ff99ebcee420a3 /app/views/search/show.html.haml
parent1ff01d26e1943a16f77e2ab08e89c92d72fcbf62 (diff)
downloadgitlab-ce-24037e7e6323ff0f91d21d111bd2092f948c8255.tar.gz
Move search categories (projects, issues etc) below search field. Instead use sidebar for dashbaord nav
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
Diffstat (limited to 'app/views/search/show.html.haml')
-rw-r--r--app/views/search/show.html.haml2
1 files changed, 2 insertions, 0 deletions
diff --git a/app/views/search/show.html.haml b/app/views/search/show.html.haml
index 8e11154279f..e9f2711be2a 100644
--- a/app/views/search/show.html.haml
+++ b/app/views/search/show.html.haml
@@ -1,4 +1,6 @@
= render 'search/form'
%hr
- if @search_term
+ = render 'search/category'
+ %hr
= render 'search/results'