Add file attachements to projects
This commit is contained in:
8
app/Template/project_overview/description.php
Normal file
8
app/Template/project_overview/description.php
Normal file
@@ -0,0 +1,8 @@
|
||||
<?php if (! empty($project['description'])): ?>
|
||||
<div class="page-header">
|
||||
<h2><?= $this->e($project['name']) ?></h2>
|
||||
</div>
|
||||
<article class="markdown">
|
||||
<?= $this->text->markdown($project['description']) ?>
|
||||
</article>
|
||||
<?php endif ?>
|
||||
Reference in New Issue
Block a user