From 842e4503ede111f45b426d1aa3d05aaac98cdb7d Mon Sep 17 00:00:00 2001 From: albert Date: Tue, 19 Feb 2013 13:51:15 -0500 Subject: [PATCH] fixes #403 --- app/views/artists/_secondary_links.html.erb | 1 + 1 file changed, 1 insertion(+) diff --git a/app/views/artists/_secondary_links.html.erb b/app/views/artists/_secondary_links.html.erb index be3ac98d6..be530c61d 100644 --- a/app/views/artists/_secondary_links.html.erb +++ b/app/views/artists/_secondary_links.html.erb @@ -10,6 +10,7 @@
  • <%= link_to "Edit", edit_artist_path(@artist) %>
  • <%= link_to "History", artist_versions_path(:search => {:artist_id => @artist.id}) %>
  • <%= link_to "Show", artist_path(@artist) %>
  • +
  • <%= link_to "Posts", posts_path(:tags => @artist.name) %>
  • <% end %> <% end %>