AJAX link
This commit is contained in:
@ -1,4 +1,4 @@
|
||||
component Character(character *arn.Character)
|
||||
a.character(href="/character/" + character.ID)
|
||||
a.character.ajax(href="/character/" + character.ID)
|
||||
img.character-image.lazy(src="", data-src=character.Image, alt=character.Name, title=character.Name)
|
||||
//- span.character-name= character.Name
|
Reference in New Issue
Block a user