Small Cleanups + Merchandise Search
[cs356-p2-videostore.git] / app / views / coitem / list.rhtml
index 92113ad..ac10575 100644 (file)
@@ -23,7 +23,7 @@
     <% end %>
     <td><%=h tf_to_yesno(coitem.overdue?) %></td>
     <td><%=h coitem.out_date %></td>
-    <td><%=h coitem.due_date %></td>
+    <td><%=link_to coitem.due_date.to_s, :action => 'edit', :id => coitem %></td>
   </tr>
 <% end %>
 </table>