1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/kanboard_ynh.git synced 2024-09-03 19:36:17 +02:00
kanboard_ynh/sources/app/Template/event/task_create.php

11 lines
363 B
PHP
Raw Normal View History

2015-04-21 17:56:16 +02:00
<?= $this->avatar($email, $author) ?>
2014-10-22 19:59:09 +02:00
<p class="activity-title">
2015-01-16 14:23:05 +01:00
<?= e('%s created the task %s',
$this->e($author),
$this->a(t('#%d', $task['id']), 'task', 'show', array('task_id' => $task['id'], 'project_id' => $task['project_id']))
) ?>
2014-10-22 19:59:09 +02:00
</p>
<p class="activity-description">
2015-01-16 14:23:05 +01:00
<em><?= $this->e($task['title']) ?></em>
2014-10-22 19:59:09 +02:00
</p>