blob: f2aac8f7a80a171e3f6f945c76cb9d8523450780 (
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 column "%s"', Helper\escape($author), $task_id, $task_id, Helper\escape($task['column_title'])) ?>
</p>
<p class="activity-description">
<em><?= Helper\escape($task['title']) ?></em>
</p>
|