Add list of just-purchased items (this transaction) to the purchase view
[cs356-p2-videostore.git] / app / views / merchandise / _form.rhtml
1 <%= error_messages_for 'merchandise' %>
2
3 <!--[form:merchandise]-->
4 <p><label for="merchandise_title">Title</label><br/>
5 <%= text_field 'merchandise', 'title'  %></p>
6
7 <p><label for="merchandise_quantity">Quantity</label><br/>
8 <%= text_field 'merchandise', 'quantity'  %></p>
9
10 <p><label for="merchandise_price">Price</label><br/>
11 <%= text_field 'merchandise', 'price'  %></p>
12 <!--[eoform:merchandise]-->
13