diff --git a/node_modules/nodebb-theme-harmony/templates/partials/topic/post.tpl b/node_modules/nodebb-theme-harmony/templates/partials/topic/post.tpl index b7abfbacfb..27bba2e542 100644 --- a/node_modules/nodebb-theme-harmony/templates/partials/topic/post.tpl +++ b/node_modules/nodebb-theme-harmony/templates/partials/topic/post.tpl @@ -7,12 +7,9 @@ {{{ end }}}
- {buildAvatar(posts.user, "48px", true, "", "user/picture")} - - [[global:{posts.user.status}]] - + [[global:{posts.user.status}]]
@@ -25,9 +22,8 @@ {buildAvatar(posts.user, "20px", true, "", "user/picture")} - - [[global:{posts.user.status}]] - + [[global:{posts.user.status}]] +
@@ -62,6 +58,20 @@ {{{ end }}}
+ + #{increment(./index, "1")} + {{{ if ./isApproved }}} + + + Instructor Approved + + {{{ end }}} +
+ + +
+ {posts.content} +
@@ -109,7 +119,6 @@ - @@ -162,6 +171,10 @@ {{{ end }}} {{{ end }}} +