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