Customer | Rentable | Overdue | Date Checked Out | Due Date | |
---|---|---|---|---|---|
<%=h coitem.customer.name %> | <%=h coitem.rentable.title %> | <%=h tf_to_yesno(coitem.overdue?) %> | <%=h coitem.out_date %> | <%=h coitem.due_date %> | <%= link_to 'View', :action => 'show', :id => coitem %> |