Start to implement task history and project activity
This commit is contained in:
6
app/Templates/event_task_create.php
Normal file
6
app/Templates/event_task_create.php
Normal file
@@ -0,0 +1,6 @@
|
||||
<p class="activity-title">
|
||||
<?= t('%s created the task #%d', $author, $task_id) ?>
|
||||
</p>
|
||||
<p class="activity-description">
|
||||
<em><?= Helper\escape($task_title) ?></em>
|
||||
</p>
|
||||
Reference in New Issue
Block a user