summaryrefslogtreecommitdiff
path: root/app/Templates/event_task_assignee_change.php
blob: ac18af2f8e252e7ed8de447bf53cf9eab35c3b75 (plain)
1
2
3
4
5
6
<p class="activity-title">
    <?= e('%s change the assignee of the task <a href="?controller=task&amp;action=show&amp;task_id=%d">#%d</a>', Helper\escape($author), $task_id, $task_id) ?>
</p>
<p class="activity-description">
    <em><?= Helper\escape($task_title) ?></em>
</p>