diff --git a/frontend/html/comments/types/battle.html b/frontend/html/comments/types/battle.html index f6acb1218..f5b5beaa4 100644 --- a/frontend/html/comments/types/battle.html +++ b/frontend/html/comments/types/battle.html @@ -5,7 +5,7 @@
за «{{ comment.battle_side }}»
-
+
{{ comment.title | rutypography }}
diff --git a/frontend/static/js/components/CommentScrollArrow.vue b/frontend/static/js/components/CommentScrollArrow.vue index c7832606c..16106d2fb 100644 --- a/frontend/static/js/components/CommentScrollArrow.vue +++ b/frontend/static/js/components/CommentScrollArrow.vue @@ -90,6 +90,8 @@ export default { ".post-comments-list > .replies > .reply:not(.comment-is-new) > .reply.comment-is-new", // Новые реплаи на втором уровне бэтлов ".battle-comments .post-comments-list > .replies > .reply:not(.comment-is-new) > .reply-replies >.replies > .reply.comment-is-new", + // новые аргументы в бэтлах + ".comment.comment-type-battle-is-new", ].join() );