summaryrefslogtreecommitdiff
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
parent01e5189ef83caee007944acc4bcc035926f9504a (diff)
downloadgitlab-ce-commit-search-ui-fix.tar.gz
Fix the commit search UIcommit-search-ui-fix
Closes https://gitlab.com/gitlab-org/gitlab-ee/issues/1765
-rw-r--r--app/views/search/_results.html.haml2
-rw-r--r--changelogs/unreleased/commit-search-ui-fix.yml4
2 files changed, 5 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
diff --git a/changelogs/unreleased/commit-search-ui-fix.yml b/changelogs/unreleased/commit-search-ui-fix.yml
new file mode 100644
index 00000000000..4a5c2cf6090
--- /dev/null
+++ b/changelogs/unreleased/commit-search-ui-fix.yml
@@ -0,0 +1,4 @@
+---
+title: Fixed commit search UI
+merge_request:
+author: