Add subtasks and comments history
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
<p class="activity-title">
|
||||
<?= t('%s closed the task #%d', $author, $task_id) ?>
|
||||
<?= e('%s closed 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>
|
||||
|
||||
Reference in New Issue
Block a user