summaryrefslogtreecommitdiff
path: root/app/Templates/event_task_move_position.php
blob: 26cdeb133d043bdd11a702e13a437a697550b3dd (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"', Helper\escape($author), $task_id, $task_id, $task['position'], Helper\escape($task['column_title'])) ?>
</p>
<p class="activity-description">
    <em><?= Helper\escape($task['title']) ?></em>
</p>