Improve dropdown icons

This commit is contained in:
Frederic Guillot
2017-02-18 16:53:37 -05:00
parent ab40004558
commit 4d4d7b3e1f
11 changed files with 19 additions and 27 deletions

View File

@@ -18,7 +18,7 @@
</tr>
<?php foreach ($paginator->getCollection() as $task): ?>
<tr>
<td class="task-table color-<?= $task['color_id'] ?>">
<td class="color-<?= $task['color_id'] ?>">
<?php if ($this->user->hasProjectAccess('TaskModificationController', 'edit', $task['project_id'])): ?>
<?= $this->render('task/dropdown', array('task' => $task)) ?>
<?php else: ?>