summaryrefslogtreecommitdiff
path: root/app/Template/project_list/listing.php
diff options
context:
space:
mode:
authorFrederic Guillot <fred@kanboard.net>2017-02-26 14:19:53 -0500
committerFrederic Guillot <fred@kanboard.net>2017-02-26 14:19:53 -0500
commit27328255cd727f188e735c2202d0ee95db265677 (patch)
treec175a0bf2cb07fe6ed85372bc60b14aacfb549d4 /app/Template/project_list/listing.php
parent159c31cd3f23f45c1cf51c71f1049714ea603eb3 (diff)
Display project list icons on the right
Diffstat (limited to 'app/Template/project_list/listing.php')
-rw-r--r--app/Template/project_list/listing.php4
1 files changed, 4 insertions, 0 deletions
diff --git a/app/Template/project_list/listing.php b/app/Template/project_list/listing.php
index 9c5dfe0e..f8c46729 100644
--- a/app/Template/project_list/listing.php
+++ b/app/Template/project_list/listing.php
@@ -39,6 +39,10 @@
<?= $this->render('project_list/project_details', array(
'project' => $project,
)) ?>
+
+ <?= $this->render('project_list/project_icons', array(
+ 'project' => $project,
+ )) ?>
</div>
<?php endforeach ?>
</div>