This commit is contained in:
r888888888
2013-11-20 16:56:59 -08:00
parent ae141228a1
commit 016fccbf0a
4 changed files with 131 additions and 8 deletions

View File

@@ -12,7 +12,7 @@ module PostSetPresenters
end
posts.each do |post|
html << PostPresenter.preview(post, :tags => @post_set.tag_string, :raw => @post_set.raw, :mobile => options[:mobile])
html << PostPresenter.preview(post, options.merge(:tags => @post_set.tag_string, :raw => @post_set.raw))
html << "\n"
end