Prettify the COItem pages
[cs356-p2-videostore.git] / app / views / coitem / index.rhtml
diff --git a/app/views/coitem/index.rhtml b/app/views/coitem/index.rhtml
new file mode 100644 (file)
index 0000000..3465f5a
--- /dev/null
@@ -0,0 +1,8 @@
+<h1>Checked Out Items Maintenence</h1>
+
+<h3>Actions</h3>
+<ul>
+  <li><%= link_to 'List All Checked Out Items', :action => 'list' %></li>
+  <li><%= link_to 'List All Overdue Items', :action => 'overdue' %></li>
+  <li><%= link_to 'Return a Checked Out Item', :action => 'return' %></li>
+</ul>