From 093905c895d449eaf08652d6597865008b119840 Mon Sep 17 00:00:00 2001 From: Frederic Guillot Date: Sun, 21 Aug 2016 13:45:06 -0400 Subject: Show project name in notifications --- app/Template/dashboard/notifications.php | 16 +++++++++++++++- 1 file changed, 15 insertions(+), 1 deletion(-) (limited to 'app/Template/dashboard') diff --git a/app/Template/dashboard/notifications.php b/app/Template/dashboard/notifications.php index a189d74f..4fb59e24 100644 --- a/app/Template/dashboard/notifications.php +++ b/app/Template/dashboard/notifications.php @@ -15,12 +15,26 @@ + - + +
+ + url->link( + $this->text->e($notification['event_data']['task']['project_name']), + 'BoardViewController', + 'show', + array('project_id' => $notification['event_data']['task']['project_id']) + ) + ?> + + text->e($notification['event_data']['project_name']) ?> + + text->contains($notification['event_name'], 'subtask')): ?> -- cgit v1.2.3