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_move_position.php

11 lines
437 B
PHP
Raw Normal View History

2014-10-22 19:59:09 +02:00
<p class="activity-title">
2015-01-16 14:23:05 +01:00
<?= e('%s moved the task %s to the position #%d in the column "%s"',
$this->e($author),
$this->a(t('#%d', $task['id']), 'task', 'show', array('task_id' => $task['id'], 'project_id' => $task['project_id'])),
$task['position'],
$this->e($task['column_title'])
) ?>
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>