Comments: Move 'template_youtube' function to own file + module

This commit is contained in:
Samantaz Fox
2023-05-06 20:07:13 +02:00
parent 634e913da9
commit e10f6b6626
5 changed files with 163 additions and 160 deletions

View File

@@ -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 %>