summaryrefslogtreecommitdiff
path: root/app/Template
diff options
context:
space:
mode:
authorFrederic Guillot <fred@kanboard.net>2016-05-13 22:48:05 -0400
committerFrederic Guillot <fred@kanboard.net>2016-05-13 22:48:05 -0400
commit1fccdb188d950952473d352525e90155ff9fa75b (patch)
tree09c2149f9324ea195617b6dfa97a5d8ddfe29b15 /app/Template
parentd0da3f66d78a2fa480a3af18fe5348d99e051abc (diff)
Put project title before icons
Diffstat (limited to 'app/Template')
-rw-r--r--app/Template/project/index.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/app/Template/project/index.php b/app/Template/project/index.php
index 3edb0523..06e4a626 100644
--- a/app/Template/project/index.php
+++ b/app/Template/project/index.php
@@ -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']) ?>