8 lines
235 B
Plaintext
8 lines
235 B
Plaintext
|
component ImportLists(user *arn.User)
|
||
|
.buttons
|
||
|
if user.Accounts.AniList.Nick != ""
|
||
|
a.button.mountable.ajax(href="/import/anilist/animelist")
|
||
|
Icon("refresh")
|
||
|
span Import AniList Anime List
|
||
|
else
|
||
|
p No imports available.
|