From 9caefa50e7d22d8d1c4fb8726f0cd81db6ef1da1 Mon Sep 17 00:00:00 2001 From: Phil Hughes Date: Tue, 21 Feb 2017 10:11:53 +0000 Subject: Fix the commit search UI Closes https://gitlab.com/gitlab-org/gitlab-ee/issues/1765 --- 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 7fe2bce3e7c..22004ecacbc 100644 --- a/app/views/search/_results.html.haml +++ b/app/views/search/_results.html.haml @@ -11,7 +11,7 @@ .results.prepend-top-10 - if @scope == 'commits' - %ul.list-unstyled + %ul.content-list.commit-list.table-list.table-wide = render partial: "search/results/commit", collection: @search_objects - else .search-results -- cgit v1.2.1