diff options
author | Phil Hughes <me@iamphill.com> | 2017-02-21 10:11:53 +0000 |
---|---|---|
committer | Phil Hughes <me@iamphill.com> | 2017-02-21 10:11:53 +0000 |
commit | 9caefa50e7d22d8d1c4fb8726f0cd81db6ef1da1 (patch) | |
tree | e013c08b9a1c5201735f4dc20627d291756599db /app/views/search | |
parent | 01e5189ef83caee007944acc4bcc035926f9504a (diff) | |
download | gitlab-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')
-rw-r--r-- | app/views/search/_results.html.haml | 2 |
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 |