Commit babaaca4 authored by Phil Hughes's avatar Phil Hughes

Added issue due date to todos row

Part of #18218
parent 71345998
......@@ -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
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment