Lots of stuff, I got too tired to keep perfect revision history
[cs356-p2-videostore.git] / app / views / purchase / rent.rhtml
index 07b2973..831325c 100644 (file)
@@ -4,7 +4,10 @@
 the box below.</p>
 
 <%= start_form_tag :action => 'rent'%>
-<%= text_field 'rentable_id', nil %>
-  <%= submit_tag 'Ok' %></form>
+  <%= text_field 'rentable_id', nil %>
+  <%= submit_tag 'Ok' %>
 <%= end_form_tag %>
 
+<br/>
+<p><%=link_to 'Check Out', :action => 'receipt' %></p>
+