move artist search to index, fixes #636
This commit is contained in:
@@ -3,7 +3,6 @@
|
||||
<li><%= render "artists/quick_search" %></li>
|
||||
<li><%= link_to "Listing", artists_path %></li>
|
||||
<li><%= link_to "Banned", banned_artists_path %></li>
|
||||
<li><%= link_to "Search", search_artists_path %></li>
|
||||
<li><%= link_to "New", new_artist_path %></li>
|
||||
<li><%= link_to "Recent changes", artist_versions_path %></li>
|
||||
<% if @artist && !@artist.new_record? %>
|
||||
|
||||
Reference in New Issue
Block a user