summaryrefslogtreecommitdiff
path: root/app/Template/comment/show.php
diff options
context:
space:
mode:
Diffstat (limited to 'app/Template/comment/show.php')
-rw-r--r--app/Template/comment/show.php13
1 files changed, 6 insertions, 7 deletions
diff --git a/app/Template/comment/show.php b/app/Template/comment/show.php
index f8d9607e..d8470c24 100644
--- a/app/Template/comment/show.php
+++ b/app/Template/comment/show.php
@@ -9,13 +9,6 @@
<small class="comment-date"><?= t('Created at:') ?> <?= $this->dt->datetime($comment['date_creation']) ?></small>
<small class="comment-date"><?= t('Updated at:')?> <?= $this->dt->datetime($comment['date_modification']) ?></small>
-
- </div>
-
- <div class="comment-content">
- <div class="markdown">
- <?= $this->text->markdown($comment['comment'], isset($is_public) && $is_public) ?>
- </div>
</div>
<?php if (! isset($hide_actions)): ?>
@@ -36,4 +29,10 @@
</ul>
</div>
<?php endif ?>
+
+ <div class="comment-content">
+ <div class="markdown">
+ <?= $this->text->markdown($comment['comment'], isset($is_public) && $is_public) ?>
+ </div>
+ </div>
</div>