diff --git a/app/controllers/test_controller.rb b/app/controllers/test_controller.rb index ec3e5cbdb..22cf7d1d5 100644 --- a/app/controllers/test_controller.rb +++ b/app/controllers/test_controller.rb @@ -26,7 +26,7 @@ class TestController < ApplicationController end def courselist - @courses = Project.course_entities + @courses = paginateHelper Course.includes(:homeworks).all, 10 end def ziping files_path diff --git a/app/views/layouts/bootstrap_base.html.erb b/app/views/layouts/bootstrap_base.html.erb index 040857df4..fedcf9409 100644 --- a/app/views/layouts/bootstrap_base.html.erb +++ b/app/views/layouts/bootstrap_base.html.erb @@ -20,6 +20,7 @@