From b49ebf5737ce95bcab792c18bddc1a4675f148ed Mon Sep 17 00:00:00 2001 From: Dmitriy Zaporozhets Date: Thu, 9 Jan 2014 12:37:12 +0200 Subject: Use new context for search Signed-off-by: Dmitriy Zaporozhets --- app/views/search/_results.html.haml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'app/views/search/_results.html.haml') 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" -- cgit v1.2.1