Move event and notification templates to a subfolder

This commit is contained in:
Frédéric Guillot
2014-11-26 20:43:08 -05:00
parent b13dba46e7
commit c6b9a2a92e
29 changed files with 53 additions and 50 deletions

View File

@@ -0,0 +1,6 @@
<p class="activity-title">
<?= e('%s created the task <a href="?controller=task&amp;action=show&amp;task_id=%d">#%d</a>', Helper\escape($author), $task_id, $task_id) ?>
</p>
<p class="activity-description">
<em><?= Helper\escape($task['title']) ?></em>
</p>