Favorite groups

This commit is contained in:
Toks
2015-06-23 15:25:54 -04:00
parent e1dc51e026
commit 04fa5596e2
27 changed files with 574 additions and 15 deletions

View File

@@ -7,5 +7,9 @@
<% if post.pools.any? %>
<%= render "posts/partials/show/pools", :post => post %>
<% end %>
<% if post.favorite_groups.any? %>
<%= render "posts/partials/show/favorite_groups", :post => post %>
<% end %>
</div>
<% end %>