typo
This commit is contained in:
parent
aeab084ecb
commit
3c825ad645
@ -15,7 +15,7 @@ class extends Widget
|
||||
ul ->
|
||||
for task in *@tasks
|
||||
li ->
|
||||
input type: "checkbox", id: "task-#{task.id}", onchange: "check(#{task.id})" checked: task.done
|
||||
input type: "checkbox", id: "task-#{task.id}", onchange: "check(#{task.id})", checked: task.done
|
||||
text " #{task.text}"
|
||||
li ->
|
||||
form {
|
||||
|
Loading…
Reference in New Issue
Block a user