From cda7c0f997220e7c433df355e5653353a40663bf Mon Sep 17 00:00:00 2001 From: Frederic Guillot Date: Tue, 6 Jan 2015 22:24:35 -0500 Subject: Change links in event templates --- app/Template/event/comment_create.php | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'app/Template/event/comment_create.php') diff --git a/app/Template/event/comment_create.php b/app/Template/event/comment_create.php index ee985ed1..fd046fd1 100644 --- a/app/Template/event/comment_create.php +++ b/app/Template/event/comment_create.php @@ -1,5 +1,8 @@

- #%d', $this->e($author), $task_id, $task_id) ?> + e($author), + $this->a(t('#%d', $task['id']), 'task', 'show', array('task_id' => $task['id'], 'project_id' => $task['project_id'])) + ) ?>

e($task['title']) ?>
-- cgit v1.2.3