Add more events and notifications for tasks
This commit is contained in:
6
app/Templates/event_task_assignee_change.php
Normal file
6
app/Templates/event_task_assignee_change.php
Normal file
@@ -0,0 +1,6 @@
|
||||
<p class="activity-title">
|
||||
<?= e('%s change the assignee of the task <a href="?controller=task&action=show&task_id=%d">#%d</a>', Helper\escape($author), $task_id, $task_id) ?>
|
||||
</p>
|
||||
<p class="activity-description">
|
||||
<em><?= Helper\escape($task_title) ?></em>
|
||||
</p>
|
||||
Reference in New Issue
Block a user