summaryrefslogtreecommitdiff
path: root/app/Template/event/task_move_position.php
blob: 86e099530352fca1ab9824f17b3a2efda0f526bf (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 position #%d in the column "%s"', $this->e($author), $task_id, $task_id, $task['position'], $this->e($task['column_title'])) ?>
</p>
<p class="activity-description">
    <em><?= $this->e($task['title']) ?></em>
</p>