X-Git-Url: https://irasnyder.com/gitweb/?a=blobdiff_plain;f=app%2Fviews%2Fpurchase%2Fmenu.rhtml;h=e2e01b5cd93eb15c8e5b2a0d9a4602d946e492d3;hb=32e35e775c982b99b462c43430fa6701654792a8;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..e2e01b5 100644 --- a/app/views/purchase/menu.rhtml +++ b/app/views/purchase/menu.rhtml @@ -1,14 +1,32 @@

Purchase Menu

+

Customer Information

+

Items Purchased

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

Actions

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