Fixed forum notifications

This commit is contained in:
2017-07-18 00:04:43 +02:00
parent 78468e4f60
commit 1923a1a889
6 changed files with 7 additions and 7 deletions

View File

@ -4,7 +4,7 @@ component Avatar(user *arn.User)
component AvatarNoLink(user *arn.User)
if user.HasAvatar()
img.user-image.lazy(src="", data-src=user.SmallAvatar(), data-webp="true", alt=user.Nick)
img.user-image.lazy(data-src=user.SmallAvatar(), data-webp="true", alt=user.Nick)
else
SVGAvatar