Rename Locales and Templates folders to be more consistent
This commit is contained in:
5
app/Template/notification_task_open.php
Normal file
5
app/Template/notification_task_open.php
Normal file
@@ -0,0 +1,5 @@
|
||||
<h2><?= Helper\escape($task['title']) ?> (#<?= $task['id'] ?>)</h2>
|
||||
|
||||
<p><?= t('The task #%d have been opened.', $task['id']) ?></p>
|
||||
|
||||
<?= Helper\template('notification_footer', array('task' => $task, 'application_url' => $application_url)) ?>
|
||||
Reference in New Issue
Block a user