Include pagination for other than projects search

This commit is contained in:
Alfredo Sumaran 2016-03-01 20:09:30 -05:00
parent 6aa50165b0
commit f01c54eeef

View file

@ -18,7 +18,7 @@
= render 'shared/projects/list', projects: @objects
- else
= render partial: "search/results/#{@scope.singularize}", collection: @objects
= paginate @objects, theme: 'gitlab'
= paginate @objects, theme: 'gitlab'
:javascript
$(".search-results .term").highlight("#{escape_javascript(params[:search])}");