Small Cleanups + Merchandise Search
[cs356-p2-videostore.git] / app / views / coitem / return.rhtml
1 <h1>Return a Checked Out Item</h1>
2
3 <%= start_form_tag :action => 'return'%>
4 <%= text_field 'rentable_id', nil  %>
5   <%= submit_tag 'Ok' %></form>
6 <%= end_form_tag %>
7
8 <br />