Rename Locales and Templates folders to be more consistent
This commit is contained in:
6
app/Template/event_task_update.php
Normal file
6
app/Template/event_task_update.php
Normal file
@@ -0,0 +1,6 @@
|
||||
<p class="activity-title">
|
||||
<?= e('%s updated 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>
|
||||
</p>
|
||||
Reference in New Issue
Block a user