= t('There is nothing to show.') ?>
= $paginator->order(t('Task'), 'task_title') ?> | = $paginator->order(t('Subtask'), 'subtask_title') ?> | = $paginator->order(t('User'), 'username') ?> | = t('Cost') ?> | = $paginator->order(t('Time spent'), \Model\SubtaskTimeTracking::TABLE.'.time_spent') ?> | = $paginator->order(t('Date'), 'start') ?> |
---|---|---|---|---|---|
= $this->url->link($this->e($record['task_title']), 'task', 'show', array('project_id' => $project['id'], 'task_id' => $record['task_id'])) ?> | = $this->url->link($this->e($record['subtask_title']), 'task', 'show', array('project_id' => $project['id'], 'task_id' => $record['task_id'])) ?> | = $this->url->link($this->e($record['name'] ?: $record['username']), 'user', 'show', array('user_id' => $record['user_id'])) ?> | = n($record['cost']) ?> | = n($record['time_spent']).' '.t('hours') ?> | = dt('%B %e, %Y', $record['start']) ?> |