Kanboard-Prod/app/Template/event/comment_update.php

6 lines
277 B
PHP

<p class="activity-title">
<?= e('%s updated a comment on the task <a href="?controller=task&amp;action=show&amp;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>