This commit is contained in:
parent
00717df95f
commit
e8dcb1dc77
1 changed files with 0 additions and 4 deletions
|
@ -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) ))
|
|
||||||
};
|
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
Loading…
Add table
Reference in a new issue