diff --git a/app/Template/search/activity.php b/app/Template/search/activity.php index 2582162b5..6be346b6f 100644 --- a/app/Template/search/activity.php +++ b/app/Template/search/activity.php @@ -37,7 +37,9 @@
= t('Nothing found.') ?>
- = $this->render('event/events', array('events' => $events)) ?> +| = $paginator->order(t('Project'), 'tasks.project_id') ?> | = $paginator->order(t('Id'), 'tasks.id') ?> | += $paginator->order(t('Project'), 'tasks.project_id') ?> | = $paginator->order(t('Swimlane'), 'tasks.swimlane_id') ?> | = $paginator->order(t('Column'), 'tasks.column_id') ?> | = $paginator->order(t('Category'), 'tasks.category_id') ?> | @@ -12,12 +12,16 @@
|---|---|---|---|---|---|
| + user->hasProjectAccess('TaskModificationController', 'edit', $task['project_id'])): ?> + = $this->render('task/dropdown', array('task' => $task)) ?> + + #= $task['id'] ?> + + | = $this->url->link($this->text->e($task['project_name']), 'BoardViewController', 'show', array('project_id' => $task['project_id'])) ?> | -- = $this->url->link('#'.$this->text->e($task['id']), 'TaskViewController', 'show', array('task_id' => $task['id'], 'project_id' => $task['project_id']), false, '', t('View this task')) ?> - | = $this->text->e($task['swimlane_name']) ?> |