Commit 9c6dd9b1 authored by Donald Cook's avatar Donald Cook

Resolve EE differences in search/_results.html.haml

parent 0f2d1809
- if @search_objects.to_a.empty?
= render partial: "search/results/empty"
= render 'shared/promotions/promote_advanced_search'
= render_if_exists 'shared/promotions/promote_advanced_search'
- else
.row-content-block
- unless @search_objects.is_a?(Kaminari::PaginatableWithoutCount)
......@@ -12,7 +12,7 @@
- elsif @group
- link_to_group = link_to(@group.name, @group)
= _("in group %{link_to_group}").html_safe % { link_to_group: link_to_group }
= render 'shared/promotions/promote_advanced_search'
= render_if_exists 'shared/promotions/promote_advanced_search'
.results.prepend-top-10
- if @scope == 'commits'
%ul.content-list.commit-list
......
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