Add file attachements to projects
This commit is contained in:
8
app/Template/project_overview/columns.php
Normal file
8
app/Template/project_overview/columns.php
Normal file
@@ -0,0 +1,8 @@
|
||||
<div class="project-overview-columns">
|
||||
<?php foreach ($project['columns'] as $column): ?>
|
||||
<div class="project-overview-column">
|
||||
<strong title="<?= t('Task count') ?>"><?= $column['nb_tasks'] ?></strong><br>
|
||||
<span><?= $this->e($column['title']) ?></span>
|
||||
</div>
|
||||
<?php endforeach ?>
|
||||
</div>
|
||||
Reference in New Issue
Block a user