Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/app
diff options
context:
space:
mode:
authorPhil Hughes <me@iamphill.com>2017-02-21 13:11:53 +0300
committerPhil Hughes <me@iamphill.com>2017-02-21 13:11:53 +0300
commit9caefa50e7d22d8d1c4fb8726f0cd81db6ef1da1 (patch)
treee013c08b9a1c5201735f4dc20627d291756599db /app
parent01e5189ef83caee007944acc4bcc035926f9504a (diff)
Fix the commit search UI
Closes https://gitlab.com/gitlab-org/gitlab-ee/issues/1765
Diffstat (limited to 'app')
-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