13 lines
407 B
Plaintext
Raw Normal View History

2017-07-03 19:33:52 +02:00
component ImportLists(user *arn.User)
2017-07-08 01:18:21 +02:00
.buttons.buttons-vertical
2017-07-03 19:33:52 +02:00
if user.Accounts.AniList.Nick != ""
2017-07-08 01:18:21 +02:00
.widget-input
a.button.mountable.ajax(href="/import/anilist/animelist")
Icon("download")
span Import AniList
if user.Accounts.MyAnimeList.Nick != ""
.widget-input
a.button.mountable.ajax(href="/import/myanimelist/animelist")
Icon("download")
span Import MyAnimeList