summaryrefslogtreecommitdiff
path: root/app/Template/project_user_overview/roles.php
diff options
context:
space:
mode:
Diffstat (limited to 'app/Template/project_user_overview/roles.php')
-rw-r--r--app/Template/project_user_overview/roles.php1
1 files changed, 0 insertions, 1 deletions
diff --git a/app/Template/project_user_overview/roles.php b/app/Template/project_user_overview/roles.php
index b8c67323..f53e7fa3 100644
--- a/app/Template/project_user_overview/roles.php
+++ b/app/Template/project_user_overview/roles.php
@@ -14,7 +14,6 @@
</td>
<td>
<?= $this->url->link('<i class="fa fa-th"></i>', 'BoardViewController', 'show', array('project_id' => $project['id']), false, 'dashboard-table-link', t('Board')) ?>
- <?= $this->url->link('<i class="fa fa-sliders fa-fw"></i>', 'TaskGanttController', 'show', array('project_id' => $project['id']), false, 'dashboard-table-link', t('Gantt chart')) ?>
<?= $this->url->link('<i class="fa fa-cog fa-fw"></i>', 'ProjectViewController', 'show', array('project_id' => $project['id']), false, 'dashboard-table-link', t('Project settings')) ?>
<?= $this->text->e($project['project_name']) ?>