Additionally:
* Adds basic negated id metatag.
* Post set presenter now uses the post set's tag string, not the
parameter from the URL.
This commit is contained in:
Toks
2013-04-27 11:13:57 -04:00
parent 087c07eb8d
commit 4001689e28
4 changed files with 11 additions and 4 deletions

View File

@@ -12,7 +12,7 @@ module PostSetPresenters
end
posts.each do |post|
html << PostPresenter.preview(post, :tags => template.params[:tags])
html << PostPresenter.preview(post, :tags => @post_set.tag_string)
end
html.html_safe