Skip to content
Snippets Groups Projects
Commit f01c54ee authored by Alfredo Sumaran's avatar Alfredo Sumaran
Browse files

Include pagination for other than projects search

parent 6aa50165
No related branches found
No related tags found
No related merge requests found
Loading
Loading
@@ -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])}");
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment