separate post previews html with linebreaks
This commit is contained in:
@@ -12,7 +12,7 @@ module PostSetPresenters
|
||||
end
|
||||
|
||||
posts.each do |post|
|
||||
html << PostPresenter.preview(post, :tags => @post_set.tag_string)
|
||||
html << PostPresenter.preview(post, :tags => @post_set.tag_string) + "\n"
|
||||
end
|
||||
|
||||
html.html_safe
|
||||
|
||||
Reference in New Issue
Block a user