summaryrefslogtreecommitdiff
path: root/app
diff options
context:
space:
mode:
authorAnnabel Dunstone Gray <annabel.dunstone@gmail.com>2017-02-21 19:44:32 +0000
committerRuben Davila <rdavila84@gmail.com>2017-02-27 23:31:23 -0500
commit26e77c382ddd4afa2d27d9d3488f0c9e802f74ed (patch)
tree5645debf4cf9b6adfb33e2e1f137e8bbb742f81f /app
parent070aeff1a5d1ee6b79f26f6e23ea9366ee23edba (diff)
downloadgitlab-ce-26e77c382ddd4afa2d27d9d3488f0c9e802f74ed.tar.gz
Merge branch 'commit-search-ui-fix' into 'master'
Fix the commit search UI Closes gitlab-ee#1765 See merge request !9411
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