Fix little glitch in project list when there is no icon

This commit is contained in:
Frederic Guillot
2017-03-19 18:17:43 -04:00
parent e9f9040d7b
commit a46d66cf8c

View File

@@ -1,4 +1,6 @@
<div class="table-list-icons"> <div class="table-list-icons">
&nbsp;
<?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 ?>