From 21a37a46c35eda021234f7ba02b4af5bcef78479 Mon Sep 17 00:00:00 2001 From: barisusakli Date: Mon, 20 Apr 2015 17:45:39 -0400 Subject: [PATCH] https://github.com/NodeBB/NodeBB/issues/3051 --- templates/partials/topic/post-editor.tpl | 1 + templates/partials/topic/post.tpl | 6 +++--- 2 files changed, 4 insertions(+), 3 deletions(-) create mode 100644 templates/partials/topic/post-editor.tpl diff --git a/templates/partials/topic/post-editor.tpl b/templates/partials/topic/post-editor.tpl new file mode 100644 index 0000000..d0c996b --- /dev/null +++ b/templates/partials/topic/post-editor.tpl @@ -0,0 +1 @@ +[[global:last_edited_by_ago, {editor.username}, ]] \ No newline at end of file diff --git a/templates/partials/topic/post.tpl b/templates/partials/topic/post.tpl index 02bc436..ab67e29 100644 --- a/templates/partials/topic/post.tpl +++ b/templates/partials/topic/post.tpl @@ -48,8 +48,8 @@ {posts.content} - -[[global:last_edited_by_ago, {posts.editor.username}, ]] - + +[[global:last_edited_by_ago, {posts.editor.username}, ]] +
\ No newline at end of file