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