diff options
author | Frederic Guillot <fred@kanboard.net> | 2015-10-07 19:31:46 -0400 |
---|---|---|
committer | Frederic Guillot <fred@kanboard.net> | 2015-10-07 19:31:46 -0400 |
commit | 032341f55d1d023decb4184874858c08423092d9 (patch) | |
tree | 9884cd3e631b742d172ec7756441a57fc0079f82 | |
parent | 8b086e87405c779790c499c793d66071f32b661c (diff) |
Remove project settings icon from dashboard
-rw-r--r-- | app/Template/app/projects.php | 1 |
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 ?> |