From 262a3dd482680466b5bdc3fa1b94e06491e7a906 Mon Sep 17 00:00:00 2001 From: Phil Hughes Date: Fri, 15 Apr 2016 17:00:53 +0100 Subject: Humanize scope text --- 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 a7615f580f0..252c1508a50 100644 --- a/app/views/search/_results.html.haml +++ b/app/views/search/_results.html.haml @@ -2,7 +2,7 @@ = render partial: "search/results/empty" - else .gray-content-block - = search_entries_info @objects + = search_entries_info @objects, @scope, @search_term - unless @show_snippets - if @project in project #{link_to @project.name_with_namespace, [@project.namespace.becomes(Namespace), @project]} -- cgit v1.2.1