Fix little glitch in project list when there is no icon
This commit is contained in:
@@ -1,4 +1,6 @@
|
|||||||
<div class="table-list-icons">
|
<div class="table-list-icons">
|
||||||
|
|
||||||
|
|
||||||
<?php if ($project['is_public']): ?>
|
<?php if ($project['is_public']): ?>
|
||||||
<i class="fa fa-share-alt fa-fw" title="<?= t('Shared project') ?>"></i>
|
<i class="fa fa-share-alt fa-fw" title="<?= t('Shared project') ?>"></i>
|
||||||
<?php endif ?>
|
<?php endif ?>
|
||||||
@@ -18,6 +20,6 @@
|
|||||||
<?php endif ?>
|
<?php endif ?>
|
||||||
|
|
||||||
<?php if ($project['is_active'] == 0): ?>
|
<?php if ($project['is_active'] == 0): ?>
|
||||||
<i class="fa fa-ban fa-fw" aria-hidden="true" title="<?= t('Closed') ?>"></i><?= t('Closed') ?>
|
<i class="fa fa-ban fa-fw" aria-hidden="true" title="<?= t('Closed') ?>"></i><?= t('Closed') ?>
|
||||||
<?php endif ?>
|
<?php endif ?>
|
||||||
</div>
|
</div>
|
||||||
|
|||||||
Reference in New Issue
Block a user