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