diff --git a/src/invidious/views/playlist.ecr b/src/invidious/views/playlist.ecr index a19dd182..568bc56e 100644 --- a/src/invidious/views/playlist.ecr +++ b/src/invidious/views/playlist.ecr @@ -28,6 +28,7 @@ <%= playlist.author %> | <%= translate(locale, "`x` videos", "#{playlist.video_count}") %> | + <%= translate(locale, "`x` videos", "#{playlist.views}") %> | <%= translate(locale, "Updated `x` ago", recode_date(playlist.updated, locale)) %> <% end %> @@ -42,6 +43,12 @@ + + <% if !playlist.description_html.empty? %> +
+ <%= playlist.description_html %> +
+ <% end %> <% end %>