blob: 26cdeb133d043bdd11a702e13a437a697550b3dd (
plain)
1
2
3
4
5
6
|
<p class="activity-title">
<?= e('%s moved the task <a href="?controller=task&action=show&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>
|