add links to pool_versions and artist_versions

This commit is contained in:
albert
2012-10-02 15:31:10 -04:00
parent aea7f938b8
commit fbdf0d9679
4 changed files with 9 additions and 4 deletions

View File

@@ -8,6 +8,7 @@
<% if @artist && !@artist.new_record? %>
<li>|</li>
<li><%= link_to "Edit", edit_artist_path(@artist) %></li>
<li><%= link_to "History", artist_versions_path(:search => {:artist_id_eq => @artist.id}) %></li>
<li><%= link_to "Show", artist_path(@artist) %></li>
<% end %>
</menu>