Lots of stuff, I got too tired to keep perfect revision history
[cs356-p2-videostore.git] / app / views / purchase / buy_merch.rhtml
1 <h1>Purchase some Merchandise</h1>
2
3 <p>Please read the item's ID number off of the bar code, and type it into
4 the box below.</p>
5
6 <%= start_form_tag :action => 'buy_merch'%>
7   <%= text_field 'merchandise_id', nil %>
8   <%= submit_tag 'Ok' %>
9 <%= end_form_tag %>
10
11 <br/>
12 <p><%=link_to 'Check Out', :action => 'receipt' %></p>
13