= t('There is nothing assigned to you.') ?>
= $paginator->order('Id', 'tasks.id') ?> | = $paginator->order(t('Project'), 'project_name') ?> | = $paginator->order(t('Task'), 'title') ?> | = $paginator->order(t('Priority'), 'tasks.priority') ?> | = t('Time tracking') ?> | = $paginator->order(t('Due date'), 'date_due') ?> | = $paginator->order(t('Column'), 'column_title') ?> |
---|---|---|---|---|---|---|
= $this->render('task/dropdown', array('task' => $task)) ?> | = $this->url->link($this->text->e($task['project_name']), 'BoardViewController', 'show', array('project_id' => $task['project_id'])) ?> | = $this->url->link($this->text->e($task['title']), 'TaskViewController', 'show', array('task_id' => $task['id'], 'project_id' => $task['project_id'])) ?> | = 0): ?> P= $this->text->e($task['priority'])?> | = $this->text->e($task['time_spent']).'h' ?> = t('spent') ?> = $this->text->e($task['time_estimated']).'h' ?> = t('estimated') ?> | = $this->dt->date($task['date_due']) ?> | = $this->text->e($task['column_title']) ?> |