Added issue due date to todos row

Part of #18218
This commit is contained in:
Phil Hughes 2016-09-14 19:16:13 +01:00
parent 7134599860
commit babaaca43c

View file

@ -20,6 +20,15 @@
· #{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-note
.md