diff --git a/src/invidious/views/playlist.ecr b/src/invidious/views/playlist.ecr index 12f93a72..35b985db 100644 --- a/src/invidious/views/playlist.ecr +++ b/src/invidious/views/playlist.ecr @@ -31,6 +31,7 @@ <%= 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 %> @@ -45,6 +46,12 @@ <%= translate(locale, "Switch Invidious Instance") %> + + <% if !playlist.description_html.empty? %> +