From 58fb204ef377701a7166d524180677acb410dece Mon Sep 17 00:00:00 2001 From: psychobunny Date: Wed, 1 Apr 2015 12:33:19 -0400 Subject: [PATCH] moved editor info out of the way --- templates/partials/topic/post.tpl | 12 +++++++----- 1 file changed, 7 insertions(+), 5 deletions(-) diff --git a/templates/partials/topic/post.tpl b/templates/partials/topic/post.tpl index 91ca56b..53f3008 100644 --- a/templates/partials/topic/post.tpl +++ b/templates/partials/topic/post.tpl @@ -18,10 +18,6 @@ [[global:posted_ago, ]] - - • [[global:last_edited_by_ago, {posts.editor.username}, ]] - - [[topic:reply]] [[topic:quote]] @@ -46,6 +42,12 @@
-
{posts.content}
+
+ {posts.content} +
+ + +[[global:last_edited_by_ago, {posts.editor.username}, ]] +
\ No newline at end of file