blob: 0b7e9615f5f15dd3b4bb3d2ad13c7610ba084a84 (
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_name)) ?>
</p>
<p class="activity-description">
<em><?= Helper\escape($task_title) ?></em>
</p>
|