Improved footers

This commit is contained in:
2019-08-30 16:38:45 +09:00
parent bbd0b57f0b
commit ac1de201fc
5 changed files with 11 additions and 45 deletions

View File

@ -114,9 +114,10 @@ component Profile(viewUser *arn.User, user *arn.User, animeList *arn.AnimeList,
.spacer-box
.footer.activities-footer.mountable(data-mountable-type="extra")
span= viewUser.Nick + " spent "
span= stringutils.Plural(int(animeWatchingTime / time.Hour / 24), "day")
span watching anime.
p
span= viewUser.Nick + " spent "
span= stringutils.Plural(int(animeWatchingTime / time.Hour / 24), "day")
span watching anime.
component ProfileHeader(viewUser *arn.User, animeList *arn.AnimeList, user *arn.User, uri string)
ProfileHead(viewUser, animeList, user, uri)