= $this->render('task/timesheet', array('task' => $task)) ?>
= t('There is nothing to show.') ?>
= $subtask_paginator->order(t('User'), 'username') ?> | = $subtask_paginator->order(t('Subtask'), 'subtask_title') ?> | = $subtask_paginator->order(t('Start'), 'start') ?> | = $subtask_paginator->order(t('End'), 'end') ?> | = $subtask_paginator->order(t('Time spent'), 'time_spent') ?> |
---|---|---|---|---|
= $this->url->link($this->e($record['user_fullname'] ?: $record['username']), 'user', 'show', array('user_id' => $record['user_id'])) ?> | = t($record['subtask_title']) ?> | = dt('%B %e, %Y at %k:%M %p', $record['start']) ?> | = dt('%B %e, %Y at %k:%M %p', $record['end']) ?> | = n($record['time_spent']).' '.t('hours') ?> |