Add the capability to return checked out items
[cs356-p2-videostore.git] / app / views / coitem / return.rhtml
diff --git a/app/views/coitem/return.rhtml b/app/views/coitem/return.rhtml
new file mode 100644 (file)
index 0000000..4a15185
--- /dev/null
@@ -0,0 +1,8 @@
+<h1>Return a Rentable Item</h1>
+
+<%= start_form_tag :action => 'return_validate'%>
+<%= text_field 'rentable_id', nil  %>
+  <%= submit_tag 'Ok' %></form>
+<%= end_form_tag %>
+
+<br />