= $this->render('task/details', array( 'task' => $task, 'tags' => $tags, 'project' => $project, 'editable' => false, )) ?>
= t('There is nothing to show.') ?>
= t('Date') ?> | = t('Source column') ?> | = t('Destination column') ?> | = t('Executer') ?> | = t('Time spent in the column') ?> |
---|---|---|---|---|
= $this->dt->datetime($transition['date']) ?> | = $this->text->e($transition['src_column']) ?> | = $this->text->e($transition['dst_column']) ?> | = $this->url->link($this->text->e($transition['name'] ?: $transition['username']), 'UserViewController', 'show', array('user_id' => $transition['user_id'])) ?> | = $this->dt->duration($transition['time_spent']) ?> |