From 1be494d5a7fe0f5b4a662babd00037c07ec5e484 Mon Sep 17 00:00:00 2001 From: "Ira W. Snyder" Date: Mon, 26 Nov 2007 16:23:57 -0800 Subject: [PATCH] Re-add editability of COItems, so we can verify overdue item support Signed-off-by: Ira W. Snyder --- app/views/coitem/list.rhtml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 %> -- 2.34.1