This commit is contained in:
Toks
2015-06-29 15:01:41 -04:00
parent 7ea182c890
commit 9c70b69d28
4 changed files with 14 additions and 5 deletions

View File

@@ -8,7 +8,7 @@
<%= render "posts/partials/show/pools", :post => post %>
<% end %>
<% if post.favorite_groups.any? %>
<% if post.favorite_groups(active_id=params[:favgroup_id]).any? %>
<%= render "posts/partials/show/favorite_groups", :post => post %>
<% end %>
</div>