new MainController, empty artist result fix

This commit is contained in:
Hipster Hitman
2011-04-09 17:02:28 +04:00
parent 2f611742ba
commit 861bb9c69b
11 changed files with 79 additions and 24 deletions
+6
View File
@@ -0,0 +1,6 @@
<div class="search">
<h1>SEARCH</h1>
<%= form_tag('/artist', :method => 'post') %>
<%= text_field_tag 'name', nil %>
</div>