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

@@ -0,0 +1,17 @@
<div id="c-artists">
<div id="a-search">
<h1>Search Artists</h1>
<div id="search-form" style="margin-bottom: 1em;">
<%= simple_form_for(@search) do |f| %>
<%= f.input :name_contains, :label => "Name" %>
<%= f.input :other_names_match, :label => "Other Names" %>
<%= f.input :group_name_contains, :label => "Group Name" %>
<%= f.input :url_match, :label => "URL" %>
<%= f.button :submit, "Search" %>
<% end %>
</div>
</div>
</div>
<%= render "secondary_links" %>