Fix the commit search UI

Closes https://gitlab.com/gitlab-org/gitlab-ee/issues/1765
This commit is contained in:
Phil Hughes 2017-02-21 10:11:53 +00:00
parent 01e5189ef8
commit 9caefa50e7
2 changed files with 5 additions and 1 deletions

View File

@ -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

View File

@ -0,0 +1,4 @@
---
title: Fixed commit search UI
merge_request:
author: