oldhaven/app/views/main/index.html.erb
2011-04-09 17:41:24 +04:00

7 lines
126 B
Plaintext

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