From fbdce6577940951be6d8284c217603415ae61749 Mon Sep 17 00:00:00 2001 From: zPlus <-> Date: Wed, 16 Mar 2016 15:43:47 +0100 Subject: [PATCH] Improve templates: - edit.twig - reply.twig - submit.twig --- template/edit.twig | 2 +- template/reply.twig | 8 ++++---- template/submit.twig | 2 +- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/template/edit.twig b/template/edit.twig index 147ffbe8..7af56a8f 100644 --- a/template/edit.twig +++ b/template/edit.twig @@ -23,7 +23,7 @@
- +
diff --git a/template/reply.twig b/template/reply.twig index 0ec71e49..1c1c8464 100644 --- a/template/reply.twig +++ b/template/reply.twig @@ -1,11 +1,11 @@ {% include 'header.twig' %}
-

Reply to: {{ comment.postTitle }}

+

Reply to {{ comment.username }}

- by {{ comment.username }} - {{ comment.created|ago }} + posted {{ comment.created|ago }} + on {{ comment.postTitle }}
@@ -16,7 +16,7 @@
- +
diff --git a/template/submit.twig b/template/submit.twig index 26ad5a0c..7f1d8881 100644 --- a/template/submit.twig +++ b/template/submit.twig @@ -13,7 +13,7 @@

Text

- +