summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--app/Template/app/projects.php1
1 files changed, 0 insertions, 1 deletions
diff --git a/app/Template/app/projects.php b/app/Template/app/projects.php
index ef77a9f4..cf22707b 100644
--- a/app/Template/app/projects.php
+++ b/app/Template/app/projects.php
@@ -23,7 +23,6 @@
</td>
<td>
<?php if ($this->user->isProjectManagementAllowed($project['id'])): ?>
- <?= $this->url->link('<i class="fa fa-cog"></i>', 'project', 'show', array('project_id' => $project['id']), false, 'dashboard-table-link', t('Settings')) ?>
<?= $this->url->link('<i class="fa fa-sliders fa-fw"></i>', 'gantt', 'project', array('project_id' => $project['id']), false, 'dashboard-table-link', t('Gantt chart')) ?>
<?php endif ?>