From 186221f0111ca49f6f505ebd038bd39fa6cfbfa3 Mon Sep 17 00:00:00 2001 From: mdb Date: Tue, 26 Nov 2002 00:50:22 +0000 Subject: [PATCH] Display note link for all tasks, not just unclaimed tasks. git-svn-id: https://samskivert.googlecode.com/svn/trunk@949 6335cc39-0255-0410-8fd6-9bcaacd3b74c --- runtime/twodue/web/index.wm | 12 ++++++++++-- 1 file changed, 10 insertions(+), 2 deletions(-) diff --git a/runtime/twodue/web/index.wm b/runtime/twodue/web/index.wm index e01c48e0..0bef6930 100644 --- a/runtime/twodue/web/index.wm +++ b/runtime/twodue/web/index.wm @@ -50,7 +50,11 @@ $form.imageSubmit("submit", "", "images/complete.png", "Mark as completed")   #end -$task.summary +$task.summary +#if (!$string.blank($task.notes)) +  [...] +#end + $task.getDisplayCategory() @@ -139,7 +143,11 @@ Filter on single word:
$task.completion
[$task.completor] -$task.summary +$task.summary +#if (!$string.blank($task.notes)) +  [...] +#end + $task.getDisplayCategory()