summaryrefslogtreecommitdiff
path: root/app/Template/event/task_move_column.php
blob: 9c5f54ddf7a2beeec4a42871632a55931c34e286 (plain)
1
2
3
4
5
6
<p class="activity-title">
    <?= e('%s moved the task <a href="?controller=task&amp;action=show&amp;task_id=%d">#%d</a> to the column "%s"', $this->e($author), $task_id, $task_id, $this->e($task['column_title'])) ?>
</p>
<p class="activity-description">
    <em><?= $this->e($task['title']) ?></em>
</p>