add favgroup excerpt

This commit is contained in:
Toks
2015-06-29 15:44:21 -04:00
parent d811aa0b8a
commit 6829a370b2
4 changed files with 35 additions and 1 deletions

View File

@@ -25,6 +25,8 @@
<li><%= link_to "Wiki", wiki_page_path(@post_set.wiki_page), :id => "show-excerpt-link" %></li>
<% elsif @post_set.has_pool? %>
<li><%= link_to "Pool", pool_path(@post_set.pool), :id => "show-excerpt-link" %></li>
<% elsif @post_set.has_favgroup? %>
<li><%= link_to "Favorite Group", favorite_group_path(@post_set.favgroup), :id => "show-excerpt-link" %></li>
<% end %>
</menu>