831325c47b10d0bae3c231e7b61b38134a124edd
[cs356-p2-videostore.git] / app / views / purchase / rent.rhtml
1 <h1>Check out a Rentable Item</h1>
2
3 <p>Please read the item's ID number off of the bar code, and type it into
4 the box below.</p>
5
6 <%= start_form_tag :action => 'rent'%>
7   <%= text_field 'rentable_id', nil %>
8   <%= submit_tag 'Ok' %>
9 <%= end_form_tag %>
10
11 <br/>
12 <p><%=link_to 'Check Out', :action => 'receipt' %></p>
13