moved out search pages

This commit is contained in:
albert
2011-03-15 19:19:49 -04:00
parent 7c45243d16
commit 42627be1d3
19 changed files with 77 additions and 93 deletions

View File

@@ -1,8 +1,6 @@
<div id="artists">
<div id="index">
<%= render "search" %>
<table class="highlightable" width="100%">
<div id="c-artists">
<div id="a-index">
<table class="striped" width="100%">
<thead>
<tr>
<th width="5%"></th>
@@ -20,7 +18,7 @@
<td>
<%= link_to h(artist.name), artist_path(artist) %>
<% if !artist.group_name.blank? %>
[<%= link_to(artist.group_name, artist_path(artist)) %>]
(group:<%= link_to(artist.group_name, artist_path(artist)) %>)
<% end %>
</td>
<% end %>