Added pagination to topic#show
This commit is contained in:
@@ -5,6 +5,9 @@ class TopicsController < ApplicationController
|
||||
def show
|
||||
@topic.hit! if @topic
|
||||
|
||||
@posts = @topic.posts.page(params[:page]).per(10)
|
||||
#Kaminari.paginate_array(@topic).page(params[:page]).per(10)
|
||||
|
||||
@my_blockquote = {
|
||||
'Quote' => [
|
||||
/\[quote(:.*)?=(.*?)\](.*?)\[\/quote\1?\]/mi,
|
||||
|
||||
Reference in New Issue
Block a user