Added dropdown for projects

This commit is contained in:
Frederic Guillot
2016-05-13 22:36:41 -04:00
parent 64e10a645a
commit ae70f47cc1
5 changed files with 91 additions and 44 deletions

View File

@@ -14,7 +14,7 @@
<?php foreach ($paginator->getCollection() as $project): ?>
<tr>
<td>
<?= $this->url->link('#'.$project['id'], 'board', 'show', array('project_id' => $project['id']), false, 'dashboard-table-link') ?>
<?= $this->render('project/dropdown', array('project' => $project)) ?>
</td>
<td>
<?php if ($project['is_private']): ?>