projects
/
cs356-p2-videostore.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
Prettify the Customer pages
[cs356-p2-videostore.git]
/
app
/
views
/
purchase
/
rent_begin.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_validate'%>
7
<%= text_field 'rentable_id', nil %>
8
<%= submit_tag 'Ok' %></form>
9
<%= end_form_tag %>
10