summaryrefslogtreecommitdiff
path: root/app/views/dashboard
diff options
context:
space:
mode:
authorRobert Speicher <robert@gitlab.com>2016-10-04 09:45:04 +0000
committerRobert Speicher <robert@gitlab.com>2016-10-04 09:45:04 +0000
commit006cd7f7b29fbe8f566ff72afb9236e90502d8ca (patch)
tree790fd990923f77750cd66c7001b9ff944591f404 /app/views/dashboard
parent66613f1ac9e277da9b68ff6ddbd0fb7eca3507bf (diff)
parentf917bf80e81b433f5bbf06ea90bc3d3d0b880bc7 (diff)
downloadgitlab-ce-006cd7f7b29fbe8f566ff72afb9236e90502d8ca.tar.gz
Merge branch 'todo-issue-due-date' into 'master'
Todo issue due date ## What does this MR do? Adds the text 'Due today' or 'Due [DATE]' next to issues in todos. This does not add anyway to filter by due date - little steps. ## What are the relevant issue numbers? #18218 See merge request !6351
Diffstat (limited to 'app/views/dashboard')
-rw-r--r--app/views/dashboard/todos/_todo.html.haml1
1 files changed, 1 insertions, 0 deletions
diff --git a/app/views/dashboard/todos/_todo.html.haml b/app/views/dashboard/todos/_todo.html.haml
index b40395c74de..cc077fad32a 100644
--- a/app/views/dashboard/todos/_todo.html.haml
+++ b/app/views/dashboard/todos/_todo.html.haml
@@ -19,6 +19,7 @@
(removed)
&middot; #{time_ago_with_tooltip(todo.created_at)}
+ = todo_due_date(todo)
.todo-body
.todo-note