Remove project settings icon from dashboard

This commit is contained in:
Frederic Guillot 2015-10-07 19:31:46 -04:00
parent 8b086e8740
commit 032341f55d
1 changed files with 0 additions and 1 deletions

View File

@ -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 ?>