summaryrefslogtreecommitdiffstats
path: root/src/invidious/views/community.ecr
diff options
context:
space:
mode:
Diffstat (limited to 'src/invidious/views/community.ecr')
-rw-r--r--src/invidious/views/community.ecr2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/invidious/views/community.ecr b/src/invidious/views/community.ecr
index 9e11d562..24efc34e 100644
--- a/src/invidious/views/community.ecr
+++ b/src/invidious/views/community.ecr
@@ -27,7 +27,7 @@
</div>
<% else %>
<div class="h-box pure-g" id="comments">
- <%= template_youtube_comments(items.not_nil!, locale, thin_mode) %>
+ <%= IV::Frontend::Comments.template_youtube(items.not_nil!, locale, thin_mode) %>
</div>
<% end %>