Remove sidebar titles

This commit is contained in:
Frederic Guillot
2016-07-24 13:35:09 -04:00
parent be22f0619e
commit a3b4b25df2
8 changed files with 0 additions and 12 deletions

View File

@@ -1,5 +1,4 @@
<div class="sidebar">
<h2><?= t('Imports') ?></h2>
<ul>
<li <?= $this->app->checkMenuSelection('TaskImportController', 'show') ?>>
<?= $this->url->link(t('Tasks').' (CSV)', 'TaskImportController', 'show', array('project_id' => $project['id'])) ?>