Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDouglas Barbosa Alexandre <dbalexandre@gmail.com>2016-02-20 15:33:46 +0300
committerDouglas Barbosa Alexandre <dbalexandre@gmail.com>2016-02-20 17:12:05 +0300
commita7dee0ab018d8ce660d7ec778b68291ee3b3689b (patch)
tree22cb1f2d811aa5750362555372ab1eb4b7580016 /app/views/dashboard
parentd80678c0da431517498ddf54d3b439498177e696 (diff)
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)