X-Git-Url: https://irasnyder.com/gitweb/?a=blobdiff_plain;f=app%2Fviews%2Fpurchase%2Fmenu.rhtml;h=9fb2fa13229e569ec65b56b94e873567a11e5fa3;hb=HEAD;hp=ce8a646ff15d10e7c0d015022eef28a8c73efc48;hpb=ebb2b4d40713d535c06970b2a17aace4458ecf25;p=cs356-p2-videostore.git diff --git a/app/views/purchase/menu.rhtml b/app/views/purchase/menu.rhtml index ce8a646..9fb2fa1 100644 --- a/app/views/purchase/menu.rhtml +++ b/app/views/purchase/menu.rhtml @@ -1,14 +1,32 @@ -

Purchase Menu

+

Customer Transaction

+

Customer Information

+

Items Purchased

+<% if @items.empty? %> + None +<% else %> +<% end %> + +

Actions

+ -<%=link_to 'End Purchase', :action => 'index' %>