Helper refactoring
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
<?php if (! empty($project['description'])): ?>
|
||||
<div class="page-header">
|
||||
<h2><?= $this->e($project['name']) ?></h2>
|
||||
<h2><?= $this->text->e($project['name']) ?></h2>
|
||||
</div>
|
||||
<article class="markdown">
|
||||
<?= $this->text->markdown($project['description']) ?>
|
||||
|
||||
Reference in New Issue
Block a user