Integrate tooltips and code cleanup/fix bugs, see #166
This commit is contained in:
14
app/Template/board/files.php
Normal file
14
app/Template/board/files.php
Normal file
@@ -0,0 +1,14 @@
|
||||
<section>
|
||||
<?php foreach ($files as $file): ?>
|
||||
<i class="fa fa-file-o fa-fw"></i>
|
||||
|
||||
<?= Helper\a(
|
||||
Helper\escape($file['name']),
|
||||
'file',
|
||||
'download',
|
||||
array('file_id' => $file['id'], 'task_id' => $file['task_id'])
|
||||
) ?>
|
||||
|
||||
<br/>
|
||||
<?php endforeach ?>
|
||||
</section>
|
||||
Reference in New Issue
Block a user