remove duplicate active check

This commit is contained in:
Toks
2013-05-06 14:53:57 -04:00
parent 1d56f237a8
commit 7a6040379f

View File

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