Files
Kanboard-Prod/app/Template/event/task_move_column.php
Frederic Guillot 8f3e2b2e5c Helper refactoring
2016-03-04 20:10:34 -05:00

12 lines
457 B
PHP

<?= $this->user->avatar($email, $author) ?>
<p class="activity-title">
<?= e('%s moved the task %s to the column "%s"',
$this->text->e($author),
$this->url->link(t('#%d', $task['id']), 'task', 'show', array('task_id' => $task['id'], 'project_id' => $task['project_id'])),
$this->text->e($task['column_title'])
) ?>
</p>
<p class="activity-description">
<em><?= $this->text->e($task['title']) ?></em>
</p>