1 <h1>Checked Out Items Maintenance</h1>
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>