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

@ -1,4 +1,4 @@
component Character(character *arn.Character)
a.character.ajax(href="/character/" + character.ID)
img.character-image.lazy(src="", data-src=character.Image, alt=character.Name, title=character.Name)
img.character-image.lazy(data-src=character.Image, alt=character.Name, title=character.Name)
//- span.character-name= character.Name