Small Cleanups + Merchandise Search
[cs356-p2-videostore.git] / app / views / coitem / index.rhtml
1 <h1>Checked Out Items Maintenance</h1>
2
3 <h3>Actions</h3>
4 <ul>
5   <li><%= link_to 'List All Checked Out Items', :action => 'list' %></li>
6   <li><%= link_to 'List All Overdue Items', :action => 'overdue' %></li>
7   <li><%= link_to 'Return a Checked Out Item', :action => 'return' %></li>
8 </ul>