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:
authorDouwe Maan <douwe@selenight.nl>2016-02-20 23:01:50 +0300
committerDouwe Maan <douwe@selenight.nl>2016-02-20 23:01:55 +0300
commit42cbcb23478f7b07c0c49e0020a8d3c834322e87 (patch)
tree58abbccf9dc9d40c147658ea293c6f3aed4a82e7 /app/views/dashboard
parentd53ae7f14d7c24ee590ba57632d267ec01706aa4 (diff)
"X assigned you Y" instead of "X assigned Y"
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 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)
&middot; #{time_ago_with_tooltip(todo.created_at)}