X-Git-Url: https://irasnyder.com/gitweb/?a=blobdiff_plain;f=app%2Fviews%2Fpurchase%2Frent.rhtml;h=831325c47b10d0bae3c231e7b61b38134a124edd;hb=da871e3e27c31759e0d017c89ccf16a14db1a227;hp=07b29731755962025ac65c318ee4fea1e8e78049;hpb=8aced6893e5ea362fe6f7460b9341a2dbe745025;p=cs356-p2-videostore.git diff --git a/app/views/purchase/rent.rhtml b/app/views/purchase/rent.rhtml index 07b2973..831325c 100644 --- a/app/views/purchase/rent.rhtml +++ b/app/views/purchase/rent.rhtml @@ -4,7 +4,10 @@ the box below.

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

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

+