parent
7134599860
commit
babaaca43c
1 changed files with 9 additions and 0 deletions
|
@ -20,6 +20,15 @@
|
||||||
|
|
||||||
· #{time_ago_with_tooltip(todo.created_at)}
|
· #{time_ago_with_tooltip(todo.created_at)}
|
||||||
|
|
||||||
|
- if todo.target.try(:due_date)
|
||||||
|
·
|
||||||
|
%span{ class: ('text-warning' if todo.target.due_date.try(:today?)) }
|
||||||
|
Due
|
||||||
|
- if todo.target.due_date.try(:today?)
|
||||||
|
today
|
||||||
|
- else
|
||||||
|
= todo.target.due_date.to_s(:medium)
|
||||||
|
|
||||||
.todo-body
|
.todo-body
|
||||||
.todo-note
|
.todo-note
|
||||||
.md
|
.md
|
||||||
|
|
Loading…
Reference in a new issue