Minor changes

This commit is contained in:
2017-06-19 21:14:54 +02:00
parent 63a5b02c0e
commit 7fdfeb935b
3 changed files with 2 additions and 3 deletions

View File

@ -1,2 +1,2 @@
component Rating(value float64)
.anime-rating= arn.AnimeRatingStars(value)
.anime-rating= int(value / 10 + 0.5)