A web application allowing people to create an account, configure a profile, and share a list of URLs on that profile.
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 

6 lines
466 B

mixin renderCategoryListItem (category)
a(href=`/category/${category.slug}`).uk-display-block.uk-link-reset
img(src='/img/default-poster.jpg').uk-display-block.uk-margin-small.responsive.uk-border-rounded
.uk-link-reset.uk-text-bold= category.name
.uk-ling-reset.uk-text-muted #{numeral(category.stats.liveChannelCount).format("0,0")} live channels
.uk-ling-reset.uk-text-muted #{numeral(category.stats.currentViewerCount).format("0,0.0a")} viewers