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 commented 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>
|
2014-11-23 20:13:38 +01:00
|
|
|
<div class="activity-description">
|
2015-01-16 14:23:05 +01:00
|
|
|
<em><?= $this->e($task['title']) ?></em><br/>
|
|
|
|
<div class="markdown"><?= $this->markdown($comment['comment']) ?></div>
|
2014-11-23 20:13:38 +01:00
|
|
|
</div>
|