This commit is contained in:
albert
2013-02-19 13:51:15 -05:00
parent 0343220f8e
commit 842e4503ed

View File

@@ -10,6 +10,7 @@
<li><%= link_to "Edit", edit_artist_path(@artist) %></li>
<li><%= link_to "History", artist_versions_path(:search => {:artist_id => @artist.id}) %></li>
<li><%= link_to "Show", artist_path(@artist) %></li>
<li><%= link_to "Posts", posts_path(:tags => @artist.name) %></li>
<% end %>
</menu>
<% end %>