diff options
Diffstat (limited to 'app/Template/event/comment_update.php')
-rw-r--r-- | app/Template/event/comment_update.php | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/app/Template/event/comment_update.php b/app/Template/event/comment_update.php new file mode 100644 index 00000000..0cb10bf6 --- /dev/null +++ b/app/Template/event/comment_update.php @@ -0,0 +1,11 @@ +<?= $this->user->avatar($email, $author) ?> + +<p class="activity-title"> + <?= e('%s updated a comment on the task %s', + $this->e($author), + $this->url->link(t('#%d', $task['id']), 'task', 'show', array('task_id' => $task['id'], 'project_id' => $task['project_id'])) + ) ?> +</p> +<div class="activity-description"> + <em><?= $this->e($task['title']) ?></em><br/> +</div>
\ No newline at end of file |