7 lines
126 B
Plaintext
7 lines
126 B
Plaintext
|
<div class="search">
|
||
|
<h1>SEARCH</h1>
|
||
|
<%= form_tag('/artist', :method => 'post') %>
|
||
|
<%= text_field_tag 'name', nil %>
|
||
|
</div>
|
||
|
|