Template helpers refactoring

This commit is contained in:
Frédéric Guillot
2014-12-28 11:28:50 -05:00
parent 88d84073ae
commit 34d7450d3c
155 changed files with 1605 additions and 1609 deletions

View File

@@ -6,9 +6,9 @@
<article class="markdown task-show-description">
<?php if (! isset($is_public)): ?>
<?= Helper\markdown($task['description']) ?>
<?= $this->markdown($task['description']) ?>
<?php else: ?>
<?= Helper\markdown(
<?= $this->markdown(
$task['description'],
array(
'controller' => 'task',