This commit is contained in:
albert
2013-03-02 23:22:42 -05:00
parent 0e973ce1a7
commit bf0f8997d8

View File

@@ -110,7 +110,7 @@ class PostPresenter < Presenter
else
first = true
@post.pools.active.each do |pool|
if first
if first && template.params[:tags].blank?
html = pool_link_html(html, template, pool, :include_rel => true)
first = false
else