diff --git a/files/templates/comments.html b/files/templates/comments.html index a623677ca..456994a26 100644 --- a/files/templates/comments.html +++ b/files/templates/comments.html @@ -382,6 +382,14 @@ {% endif %} + {% if v and (c.parent_post or c.wall_user_id) %} + {% if c.author_id == v.id or v.admin_level >= PERMS['POST_COMMENT_EDITING'] %} + + {% elif c.body %} + + {% endif %} + {% endif %} + {% if v and (not c.ghost or v.admin_level >= PERMS['SEE_GHOST_VOTES']) %} Votes {% endif %} @@ -407,12 +415,6 @@ {% endif %} {% if v and (c.parent_post or c.wall_user_id) %} - {% if c.author_id == v.id or v.admin_level >= PERMS['POST_COMMENT_EDITING'] %} - - {% elif c.body %} - - {% endif %} - {% if c.author_id == v.id %} @@ -598,6 +600,13 @@