Commit 0ffacb8e authored by Phil Hughes's avatar Phil Hughes

Fixed commit search UI

Closes #21868
parent fe3d94e8
......@@ -10,6 +10,10 @@
in group #{link_to @group.name, @group}
.results.prepend-top-10
- if @scope == 'commits'
%ul.list-unstyled
= render partial: "search/results/commit", collection: @search_objects
- else
.search-results
- if @scope == 'projects'
.term
......
.search-result-row
= render 'projects/commits/commit', project: @project, commit: commit
= render 'projects/commits/commit', project: @project, commit: commit
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment