From: Ira W. Snyder Date: Tue, 27 Nov 2007 00:23:57 +0000 (-0800) Subject: Re-add editability of COItems, so we can verify overdue item support X-Git-Tag: turned-in~14 X-Git-Url: https://www.irasnyder.com/gitweb/?a=commitdiff_plain;h=1be494d5a7fe0f5b4a662babd00037c07ec5e484;p=cs356-p2-videostore.git Re-add editability of COItems, so we can verify overdue item support Signed-off-by: Ira W. Snyder --- diff --git a/app/views/coitem/list.rhtml b/app/views/coitem/list.rhtml index 92113ad..ac10575 100644 --- a/app/views/coitem/list.rhtml +++ b/app/views/coitem/list.rhtml @@ -23,7 +23,7 @@ <% end %> <%=h tf_to_yesno(coitem.overdue?) %> <%=h coitem.out_date %> - <%=h coitem.due_date %> + <%=link_to coitem.due_date.to_s, :action => 'edit', :id => coitem %> <% end %>