Add missing template for activity stream

This commit is contained in:
Frederic Guillot
2015-11-15 13:45:24 -05:00
parent 42b5b413bd
commit 2011c35344
23 changed files with 33 additions and 0 deletions

View File

@@ -0,0 +1,11 @@
<?= $this->user->avatar($email, $author) ?>
<p class="activity-title">
<?= e('%s attached a new file to the task %s',
$this->e($author),
$this->url->link(t('#%d', $task['id']), 'task', 'show', array('task_id' => $task['id'], 'project_id' => $task['project_id']))
) ?>
</p>
<p class="activity-description">
<em><?= $this->e($file['name']) ?></em>
</p>