Minor improvements

This commit is contained in:
2019-06-19 19:00:42 +09:00
parent 2d825739ca
commit 84c34b0252
2 changed files with 5 additions and 5 deletions

View File

@ -37,10 +37,10 @@ component Profile(viewUser *arn.User, user *arn.User, animeList *arn.AnimeList,
if len(groups) == 0
p.no-data.mountable(data-mountable-type="favorites") Nothing here yet.
else
.profile-groups.mountable(data-mountable-type="favorites")
each group in groups
a.profile-group.tip.mountable(href=group.Link(), aria-label=group.Name, data-mountable-type="group")
img.group-image.lazy(data-src=group.ImageLink("small"), data-webp=true, alt=group.Name)
.profile-groups.mountable(data-mountable-type="favorites")
each group in groups
a.profile-group.tip.mountable(href=group.Link(), aria-label=group.Name, data-mountable-type="group")
img.group-image.lazy(data-src=group.ImageLink("small"), data-webp=true, alt=group.Name)
//- //- People
//- .profile-section