Fixed topic pagination contol location
This commit is contained in:
@@ -8,7 +8,6 @@ class TopicsController < ApplicationController
|
||||
@topic.hit! if @topic
|
||||
|
||||
@posts = @topic.posts.page(params[:page]).per(10)
|
||||
#Kaminari.paginate_array(@topic).page(params[:page]).per(10)
|
||||
|
||||
@my_blockquote = {
|
||||
'Quote' => [
|
||||
|
||||
Reference in New Issue
Block a user