From e06fe6b7e1d02784992cb9c413f65504ad63ce14 Mon Sep 17 00:00:00 2001 From: Dmitriy Zaporozhets Date: Thu, 27 Aug 2015 00:50:17 +0200 Subject: Make search bar on search page more noticeable Signed-off-by: Dmitriy Zaporozhets --- app/views/search/_results.html.haml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (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 0dc1dd53628..2a38c98dcfc 100644 --- a/app/views/search/_results.html.haml +++ b/app/views/search/_results.html.haml @@ -1,7 +1,7 @@ - if @search_results.empty? = render partial: "search/results/empty" - else - .light + %p.light Search results for %code = @search_term @@ -11,7 +11,6 @@ - elsif @group in group #{link_to @group.name, @group} - %br .results.prepend-top-10 .search-results - if @scope == 'projects' -- cgit v1.2.1