diff --git a/frontend/html/posts/show/battle.html b/frontend/html/posts/show/battle.html index 443f8f126..058603408 100644 --- a/frontend/html/posts/show/battle.html +++ b/frontend/html/posts/show/battle.html @@ -108,20 +108,17 @@ {% if comments %} {% if post.is_commentable and me %} - + > {% endif %}
{% include "comments/list.html" with comments=comments reply_form=reply_form type="battle" %}
- {% if post.is_commentable and me %} -
- {% endif %} {% endif %} {% if me and me.is_active_membership and post.is_commentable and post.is_visible or me.is_moderator %} diff --git a/frontend/html/posts/show/layout.html b/frontend/html/posts/show/layout.html index 56c88d7ac..740a682ca 100644 --- a/frontend/html/posts/show/layout.html +++ b/frontend/html/posts/show/layout.html @@ -77,22 +77,18 @@ {% if comments %} {% if post.is_commentable and me %} - + > {% endif %}
{% include "comments/list.html" with comments=comments reply_form=reply_form type="normal" muted_user_ids=muted_user_ids %}
- - {% if post.is_commentable and me %} -
- {% endif %} {% endif %} {% if me and me.is_active_membership and post.is_commentable and post.is_visible or me.is_moderator %} diff --git a/frontend/static/js/components/ReplyContainer.vue b/frontend/static/js/components/ReplyForm.vue similarity index 94% rename from frontend/static/js/components/ReplyContainer.vue rename to frontend/static/js/components/ReplyForm.vue index 3a5b7465f..f31c4c100 100644 --- a/frontend/static/js/components/ReplyContainer.vue +++ b/frontend/static/js/components/ReplyForm.vue @@ -28,7 +28,7 @@