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

Place pagination outside .search-results

parent f01c54ee
No related branches found
No related tags found
No related merge requests found
Loading
Loading
@@ -18,7 +18,9 @@
= render 'shared/projects/list', projects: @objects
- else
= render partial: "search/results/#{@scope.singularize}", collection: @objects
= paginate @objects, theme: 'gitlab'
- if @scope != 'projects'
= 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