Put project title before icons

This commit is contained in:
Frederic Guillot 2016-05-13 22:48:05 -04:00
parent d0da3f66d7
commit 1fccdb188d
1 changed files with 2 additions and 2 deletions

View File

@ -38,6 +38,8 @@
<?php endif ?>
</td>
<td>
<?= $this->url->link($this->text->e($project['name']), 'board', 'show', array('project_id' => $project['id'])) ?>
<?php if ($project['is_public']): ?>
<i class="fa fa-share-alt fa-fw" title="<?= t('Shared project') ?>"></i>
<?php endif ?>
@ -50,8 +52,6 @@
<i class="fa fa-info-circle"></i>
</span>
<?php endif ?>
<?= $this->url->link($this->text->e($project['name']), 'board', 'show', array('project_id' => $project['id'])) ?>
</td>
<td>
<?= $this->dt->date($project['start_date']) ?>