diff options
author | Simon Knox <psimyn@gmail.com> | 2017-02-28 14:31:21 +1100 |
---|---|---|
committer | Simon Knox <psimyn@gmail.com> | 2017-03-07 08:44:22 +1100 |
commit | 591f0e2258a4a97d8f3eb6ade797feb54f1a321f (patch) | |
tree | f7b592a7ee4f8fd9bbd34698944cc55f67dd41e3 /app/views/search | |
parent | 9f908cfc8ed3acf2fd6692f098ed1bd526631a0d (diff) | |
download | gitlab-ce-591f0e2258a4a97d8f3eb6ade797feb54f1a321f.tar.gz |
consistent spacing on new MR panels28230-new-mr-spacing
center spinner
show placeholder text on new MR page
remove redundant `display: block` from li - they default to `list-style` already
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 22004ecacbc..02133d09cdf 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.content-list.commit-list.table-list.table-wide + %ul.content-list.commit-list = render partial: "search/results/commit", collection: @search_objects - else .search-results |