This commit is contained in:
Toks
2013-07-09 13:03:51 -04:00
parent 83c6428208
commit 3afcd48925
3 changed files with 36 additions and 10 deletions

View File

@@ -23,6 +23,8 @@
<li><%= link_to "Artist", artist_path(@post_set.artist), :id => "show-excerpt-link" %></li>
<% elsif @post_set.has_wiki? %>
<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>
<% end %>
</menu>