This commit is contained in:
albert
2011-06-26 01:52:42 -04:00
parent 739e28919a
commit 4e19d98047
11 changed files with 32 additions and 28 deletions

View File

@@ -1,8 +1,8 @@
<div id="c-artists">
<div id="a-search">
<h3>Search Artists</h3>
<h1>Search Artists</h1>
<div id="search-form" style="margin-bottom: 1em;">
<div id="search-form">
<%= simple_form_for(@search) do |f| %>
<%= f.input :name_contains, :label => "Name" %>
<%= f.input :other_names_match, :label => "Other Names" %>