Commit e677bac9 authored by Alfredo Sumaran's avatar Alfredo Sumaran

Place pagination outside .search-results

parent f01c54ee
...@@ -18,6 +18,8 @@ ...@@ -18,6 +18,8 @@
= render 'shared/projects/list', projects: @objects = render 'shared/projects/list', projects: @objects
- else - else
= render partial: "search/results/#{@scope.singularize}", collection: @objects = render partial: "search/results/#{@scope.singularize}", collection: @objects
- if @scope != 'projects'
= paginate @objects, theme: 'gitlab' = paginate @objects, theme: 'gitlab'
:javascript :javascript
......
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