= 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->url->link($this->e($transition['name'] ?: $transition['username']), 'user', 'show', array('user_id' => $transition['user_id'])) ?> | = $this->dt->duration($transition['time_spent']) ?> |