move artist search to index, fixes #636

This commit is contained in:
Toks
2013-04-23 15:32:07 -04:00
parent 3c88053c42
commit 3de2ed452e
6 changed files with 29 additions and 35 deletions

View File

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