X-Git-Url: https://irasnyder.com/gitweb/?a=blobdiff_plain;f=app%2Fviews%2Fpurchase%2Fbuy_merch.rhtml;h=8e2785b22989c1d71f967f1476ab1fd71c56d568;hb=HEAD;hp=de2509ebaa0cd857f661b41e65250a3c0783cb66;hpb=b12881a928516bca02b2bd8ce1bbe9288840c76f;p=cs356-p2-videostore.git diff --git a/app/views/purchase/buy_merch.rhtml b/app/views/purchase/buy_merch.rhtml index de2509e..8e2785b 100644 --- a/app/views/purchase/buy_merch.rhtml +++ b/app/views/purchase/buy_merch.rhtml @@ -4,8 +4,10 @@ the box below.

<%= start_form_tag :action => 'buy_merch'%> -<%= text_field 'merchandise_id', nil %> - <%= submit_tag 'Ok' %> + <%= text_field 'merchandise_id', nil %> + <%= submit_tag 'Ok' %> <%= end_form_tag %> +
+

<%=link_to 'Check Out', :action => 'receipt' %>