remove duplicate active check
This commit is contained in:
@@ -166,7 +166,7 @@ class PostPresenter < Presenter
|
|||||||
end
|
end
|
||||||
else
|
else
|
||||||
first = true
|
first = true
|
||||||
@post.pools.active.each do |pool|
|
@post.pools.each do |pool|
|
||||||
if first && template.params[:tags].blank?
|
if first && template.params[:tags].blank?
|
||||||
html += pool_link_html(template, pool, :include_rel => true)
|
html += pool_link_html(template, pool, :include_rel => true)
|
||||||
first = false
|
first = false
|
||||||
|
|||||||
Reference in New Issue
Block a user