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 %>