Prettify the COItem pages
[cs356-p2-videostore.git] / app / views / customer / searchbyname.rhtml
1 <h1>Search for a Customer by Name</h1>
2
3 <%= start_form_tag :action => 'searchresults'%>
4 <%= text_field 'q', nil  %>
5   <%= submit_tag 'Search' %></form>
6 <%= end_form_tag %>
7
8 <br />