Minor typo
This commit is contained in:
parent
f088a4324e
commit
8a7ad216fd
@ -8,7 +8,7 @@ component Characters(characters []*arn.Character, nextIndex int, tag string, use
|
|||||||
if user.DraftIndex().CharacterID == ""
|
if user.DraftIndex().CharacterID == ""
|
||||||
button.action(data-action="newObject", data-trigger="click", data-type="character")
|
button.action(data-action="newObject", data-trigger="click", data-type="character")
|
||||||
Icon("plus")
|
Icon("plus")
|
||||||
span Add Character
|
span Add character
|
||||||
else
|
else
|
||||||
a.button(href="/character/" + user.DraftIndex().CharacterID + "/edit")
|
a.button(href="/character/" + user.DraftIndex().CharacterID + "/edit")
|
||||||
Icon("pencil")
|
Icon("pencil")
|
||||||
|
Loading…
Reference in New Issue
Block a user