summaryrefslogtreecommitdiff
path: root/app/views/dashboard
diff options
context:
space:
mode:
authorPhil Hughes <me@iamphill.com>2016-10-03 10:08:34 +0100
committerPhil Hughes <me@iamphill.com>2016-10-03 10:08:34 +0100
commit06fdfc7395681ee6dca6f1b9d998cdbeb57b0a24 (patch)
tree551200fcf2f13f29c2ed8a1ba6791b1b73869696 /app/views/dashboard
parent8ea18c37611ccb86b286761cc373c01199d64878 (diff)
downloadgitlab-ce-06fdfc7395681ee6dca6f1b9d998cdbeb57b0a24.tar.gz
Moved middot into helper method
Diffstat (limited to 'app/views/dashboard')
-rw-r--r--app/views/dashboard/todos/_todo.html.haml2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/views/dashboard/todos/_todo.html.haml b/app/views/dashboard/todos/_todo.html.haml
index cc77388563f..cc077fad32a 100644
--- a/app/views/dashboard/todos/_todo.html.haml
+++ b/app/views/dashboard/todos/_todo.html.haml
@@ -19,7 +19,7 @@
(removed)
&middot; #{time_ago_with_tooltip(todo.created_at)}
- &middot; #{todo_due_date(todo)}
+ = todo_due_date(todo)
.todo-body
.todo-note