summaryrefslogtreecommitdiff
path: root/app/views/search/_results.html.haml
diff options
context:
space:
mode:
authorPhil Hughes <me@iamphill.com>2017-02-21 10:11:53 +0000
committerPhil Hughes <me@iamphill.com>2017-02-21 10:11:53 +0000
commit9caefa50e7d22d8d1c4fb8726f0cd81db6ef1da1 (patch)
treee013c08b9a1c5201735f4dc20627d291756599db /app/views/search/_results.html.haml
parent01e5189ef83caee007944acc4bcc035926f9504a (diff)
downloadgitlab-ce-9caefa50e7d22d8d1c4fb8726f0cd81db6ef1da1.tar.gz
Fix the commit search UIcommit-search-ui-fix
Closes https://gitlab.com/gitlab-org/gitlab-ee/issues/1765
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 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