Many visual tweaks, suggested by Lan
[cs356-p2-videostore.git] / app / views / purchase / rent.rhtml
index 076d2be..07b2973 100644 (file)
@@ -1,2 +1,10 @@
-<h1>Purchase#rent</h1>
-<p>Find me in app/views/purchase/rent.rhtml</p>
+<h1>Check out a Rentable Item</h1>
+
+<p>Please read the item's ID number off of the bar code, and type it into
+the box below.</p>
+
+<%= start_form_tag :action => 'rent'%>
+<%= text_field 'rentable_id', nil %>
+  <%= submit_tag 'Ok' %></form>
+<%= end_form_tag %>
+