Add subtasks and comments history
This commit is contained in:
7
app/Templates/event_comment_update.php
Normal file
7
app/Templates/event_comment_update.php
Normal file
@@ -0,0 +1,7 @@
|
||||
<p class="activity-title">
|
||||
<?= e('%s updated a comment on 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><br/>
|
||||
<div class="markdown"><?= Helper\parse($comment) ?></div>
|
||||
</p>
|
||||
Reference in New Issue
Block a user