diff options
author | Douglas Barbosa Alexandre <dbalexandre@gmail.com> | 2016-02-20 10:33:46 -0200 |
---|---|---|
committer | Douglas Barbosa Alexandre <dbalexandre@gmail.com> | 2016-02-20 12:12:05 -0200 |
commit | a7dee0ab018d8ce660d7ec778b68291ee3b3689b (patch) | |
tree | 22cb1f2d811aa5750362555372ab1eb4b7580016 /app/views/dashboard | |
parent | d80678c0da431517498ddf54d3b439498177e696 (diff) | |
download | gitlab-ce-a7dee0ab018d8ce660d7ec778b68291ee3b3689b.tar.gz |
Refactoring TasksHelper
Diffstat (limited to 'app/views/dashboard')
-rw-r--r-- | app/views/dashboard/tasks/_task.html.haml | 2 |
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) |