= t('There is nothing to show.') ?>
= t('Date') ?> | = t('Source column') ?> | = t('Destination column') ?> | = t('Executer') ?> | = t('Time spent in the column') ?> |
---|---|---|---|---|
= dt('%B %e, %Y at %k:%M %p', $transition['date']) ?> | = $this->e($transition['src_column']) ?> | = $this->e($transition['dst_column']) ?> | = $this->a($this->e($transition['name'] ?: $transition['username']), 'user', 'show', array('user_id' => $transition['user_id'])) ?> | = n(round($transition['time_spent'] / 3600, 2)).' '.t('hours') ?> |