blob: 93418159477b5ec9ca8aeae1106f552b8c8a1ff9 (
plain)
1
2
3
4
5
6
|
<p class="activity-title">
<?= e('%s updated a comment on 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>
|