summaryrefslogtreecommitdiff
path: root/app/Template/event/comment_create.php
blob: fd046fd11d2e68c7fbf30f85752bcb63cad8aaa1 (plain)
1
2
3
4
5
6
7
8
9
10
<p class="activity-title">
    <?= e('%s commented the task %s',
            $this->e($author),
            $this->a(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 class="markdown"><?= $this->markdown($comment['comment']) ?></div>
</div>