Only show items with an id in default
This commit is contained in:
parent
c5dac997f4
commit
f305dd0c42
1 changed files with 1 additions and 1 deletions
|
@ -166,7 +166,7 @@
|
||||||
|
|
||||||
(define-view default
|
(define-view default
|
||||||
"Default todo-list view, show only the title."
|
"Default todo-list view, show only the title."
|
||||||
"~a~%" content)
|
"~2d ~a~%" id content)
|
||||||
|
|
||||||
(define (view args)
|
(define (view args)
|
||||||
"Show a list of todo items."
|
"Show a list of todo items."
|
||||||
|
|
Loading…
Reference in a new issue