blob: ee985ed1fb08a736295b7d98c49fff7fbb74ec42 (
plain)
1
2
3
4
5
6
7
|
<p class="activity-title">
<?= e('%s commented the task <a href="?controller=task&action=show&task_id=%d">#%d</a>', $this->e($author), $task_id, $task_id) ?>
</p>
<div class="activity-description">
<em><?= $this->e($task['title']) ?></em><br/>
<div class="markdown"><?= $this->markdown($comment['comment']) ?></div>
</div>
|