summaryrefslogtreecommitdiff
path: root/app/views/dashboard
diff options
context:
space:
mode:
authorDouglas Barbosa Alexandre <dbalexandre@gmail.com>2016-02-20 10:33:46 -0200
committerDouglas Barbosa Alexandre <dbalexandre@gmail.com>2016-02-20 12:12:05 -0200
commita7dee0ab018d8ce660d7ec778b68291ee3b3689b (patch)
tree22cb1f2d811aa5750362555372ab1eb4b7580016 /app/views/dashboard
parentd80678c0da431517498ddf54d3b439498177e696 (diff)
downloadgitlab-ce-a7dee0ab018d8ce660d7ec778b68291ee3b3689b.tar.gz
Refactoring TasksHelper
Diffstat (limited to 'app/views/dashboard')
-rw-r--r--app/views/dashboard/tasks/_task.html.haml2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/views/dashboard/tasks/_task.html.haml b/app/views/dashboard/tasks/_task.html.haml
index d08b021f53b..164a53dd928 100644
--- a/app/views/dashboard/tasks/_task.html.haml
+++ b/app/views/dashboard/tasks/_task.html.haml
@@ -18,4 +18,4 @@
.task-body
.task-note
.md
- = task_body(task.body, project: task.project)
+ = event_note(task.body, project: task.project)