-
= $this->url->link(t('Board'), 'BoardViewController', 'show', array('project_id' => $project['id'])) ?>
-
= $this->url->link(t('Calendar'), 'CalendarController', 'show', array('project_id' => $project['id'])) ?>
-
= $this->url->link(t('Listing'), 'TaskListController', 'show', array('project_id' => $project['id'])) ?>
user->hasProjectAccess('TaskGanttController', 'show', $project['id'])): ?>
-
= $this->url->link(t('Gantt'), 'TaskGanttController', 'show', array('project_id' => $project['id'])) ?>
-
= $this->url->link(t('Activity'), 'ActivityController', 'project', array('project_id' => $project['id'])) ?>
user->hasProjectAccess('AnalyticController', 'taskDistribution', $project['id'])): ?>
-
= $this->url->link(t('Analytics'), 'AnalyticController', 'taskDistribution', array('project_id' => $project['id'])) ?>
= $this->hook->render('template:project:dropdown', array('project' => $project)) ?>
user->hasProjectAccess('ProjectEditController', 'edit', $project['id'])): ?>
-
= $this->url->link(t('Settings'), 'ProjectViewController', 'show', array('project_id' => $project['id'])) ?>