From 74aeb01418c49bb486022f73fae2ca95886ff391 Mon Sep 17 00:00:00 2001 From: albert Date: Wed, 20 Feb 2013 14:00:40 -0500 Subject: [PATCH] fix artist navlinks --- app/views/artists/_secondary_links.html.erb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/app/views/artists/_secondary_links.html.erb b/app/views/artists/_secondary_links.html.erb index be530c61d..909b892de 100644 --- a/app/views/artists/_secondary_links.html.erb +++ b/app/views/artists/_secondary_links.html.erb @@ -7,10 +7,10 @@
  • <%= link_to "Recent changes", artist_versions_path %>
  • <% if @artist && !@artist.new_record? %>
  • |
  • +
  • <%= link_to "Posts", posts_path(:tags => @artist.name) %>
  • +
  • <%= link_to "Show", artist_path(@artist) %>
  • <%= 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 %>