summaryrefslogtreecommitdiff
path: root/app/views/search/_results.html.haml
diff options
context:
space:
mode:
authorDmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>2014-01-09 12:37:12 +0200
committerDmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>2014-01-09 12:37:12 +0200
commitb49ebf5737ce95bcab792c18bddc1a4675f148ed (patch)
treeaa54c0a7b8bee018761ec70d15df110655a0761c /app/views/search/_results.html.haml
parent4791084d7c9356c16ead5bf3162fd132fa10c979 (diff)
downloadgitlab-ce-b49ebf5737ce95bcab792c18bddc1a4675f148ed.tar.gz
Use new context for search
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
Diffstat (limited to 'app/views/search/_results.html.haml')
-rw-r--r--app/views/search/_results.html.haml2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/views/search/_results.html.haml b/app/views/search/_results.html.haml
index 75f134aae66..2f92eccc4c9 100644
--- a/app/views/search/_results.html.haml
+++ b/app/views/search/_results.html.haml
@@ -1,7 +1,7 @@
%fieldset
%legend
Search results
- %span.cgray (#{@total_results})
+ %span.cgray (#{@search_results[:total_results]})
- if @project
= render "project_results"