fix ui
All checks were successful
ci/woodpecker/push/build Pipeline was successful

This commit is contained in:
JMARyA 2024-12-18 23:27:46 +01:00
parent 00717df95f
commit e8dcb1dc77
Signed by: jmarya
GPG key ID: 901B2ADDF27C2263

View file

@ -85,10 +85,6 @@ pub async fn video_element_wide(video: &Video) -> PreEscaped<String> {
div class="text-sm text-gray-400" { div class="text-sm text-gray-400" {
span { ( format_number(meta.views) ) } span { ( format_number(meta.views) ) }
span { " views" } span { " views" }
span { " - " }
span class="ml-2 bg-black text-white text-xs px-2 py-1 rounded-sm opacity-90" {
(( format_seconds_to_hhmmss(video.duration) ))
};
}; };
}; };
}; };