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()