2015-08-16 17:04:56 +02:00
|
|
|
<?= $this->user->avatar($email, $author) ?>
|
2015-04-21 17:56:16 +02:00
|
|
|
|
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 column "%s"',
|
|
|
|
$this->e($author),
|
2015-08-16 17:04:56 +02:00
|
|
|
$this->url->link(t('#%d', $task['id']), 'task', 'show', array('task_id' => $task['id'], 'project_id' => $task['project_id'])),
|
2015-01-16 14:23:05 +01:00
|
|
|
$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>
|