Display tags in task list view

This commit is contained in:
Frederic Guillot
2017-02-26 15:18:49 -05:00
parent 9bcf97a6c9
commit 4a87fb34ba
11 changed files with 153 additions and 26 deletions

View File

@@ -20,4 +20,10 @@
<?php endif ?>
</span>
<?php endif ?>
<?php foreach ($task['tags'] as $tag): ?>
<span class="table-list-category task-list-tag">
<?= $this->text->e($tag['name']) ?>
</span>
<?php endforeach ?>
</div>