This commit is contained in:
2017-11-13 14:32:34 +01:00
parent e2f7d247b0
commit 7f8c582917

View File

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