Display project list icons on the right

This commit is contained in:
Frederic Guillot
2017-02-26 14:19:53 -05:00
parent 159c31cd3f
commit 27328255cd
4 changed files with 28 additions and 23 deletions

View File

@@ -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>