summaryrefslogtreecommitdiff
path: root/app/views/dashboard/todos/_todo.html.haml
diff options
context:
space:
mode:
Diffstat (limited to 'app/views/dashboard/todos/_todo.html.haml')
-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 773a9f6f4b5..6975f6ed0db 100644
--- a/app/views/dashboard/todos/_todo.html.haml
+++ b/app/views/dashboard/todos/_todo.html.haml
@@ -6,7 +6,7 @@
%span.author_name
= link_to_author todo
%span.todo_label
- = todo.action_name
+ = todo_action_name(todo)
= todo_target_link(todo)
· #{time_ago_with_tooltip(todo.created_at)}