1
0
Fork 0
oldhaven/app/views/main/index.html.erb

7 lines
126 B
Plaintext

<div class="search">
<h1>SEARCH</h1>
<%= form_tag('/artist', :method => 'post') %>
<%= text_field_tag 'name', nil %>
</div>