Skip to content
This repository was archived by the owner on Dec 17, 2021. It is now read-only.

Commit f0f9897

Browse files
committed
Avoid space in view switcher
1 parent 6c89d5d commit f0f9897

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

Template/project_header/views.php

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<?php if ($this->user->hasProjectAccess('TaskGanttController', 'show', $project['id'])): ?>
2-
<li <?= $this->app->checkMenuSelection('TaskGanttController') ?>>
3-
<?= $this->url->icon('sliders', t('Gantt'), 'TaskGanttController', 'show', array('project_id' => $project['id'], 'search' => $filters['search'], 'plugin' => 'Gantt'), false, 'view-gantt', t('Keyboard shortcut: "%s"', 'v g')) ?>
4-
</li>
2+
<li <?= $this->app->checkMenuSelection('TaskGanttController') ?>>
3+
<?= $this->url->icon('sliders', t('Gantt'), 'TaskGanttController', 'show', array('project_id' => $project['id'], 'search' => $filters['search'], 'plugin' => 'Gantt'), false, 'view-gantt', t('Keyboard shortcut: "%s"', 'v g')) ?>
4+
</li>
55
<?php endif ?>

0 commit comments

Comments
 (0)