-
= $this->modal->medium('edit', t('Edit'), 'ColumnController', 'edit', array('project_id' => $project['id'], 'column_id' => $column['id'])) ?>
-
= $this->modal->confirm('trash-o', t('Remove'), 'ColumnController', 'confirm', array('project_id' => $project['id'], 'column_id' => $column['id'])) ?>
= $this->text->e($column['title']) ?>
|
= $column['task_limit'] ?: '∞' ?>
|
= $column['hide_in_dashboard'] == 0 ? t('Yes') : t('No') ?>
|
= $column['nb_open_tasks'] ?>
|
= $column['nb_closed_tasks'] ?>
|