= t('There is nothing assigned to you.') ?>
= t('Project') ?> | = t('Title') ?> | = t('Due date') ?> | = t('Date created') ?> | |
---|---|---|---|---|
= Helper\a('#'.$task['id'], 'task', 'show', array('task_id' => $task['id'])) ?> | = Helper\a(Helper\escape($task['project_name']), 'board', 'show', array('project_id' => $task['project_id'])) ?> | = Helper\a(Helper\escape($task['title']), 'task', 'show', array('task_id' => $task['id'])) ?> | = dt('%B %e, %Y', $task['date_due']) ?> | = dt('%B %e, %Y', $task['date_creation']) ?> |