13 lines
407 B
Plaintext
Raw Normal View History

2017-07-03 17:33:52 +00:00
component ImportLists(user *arn.User)
2017-07-07 23:18:21 +00:00
.buttons.buttons-vertical
2017-07-03 17:33:52 +00:00
if user.Accounts.AniList.Nick != ""
2017-07-07 23:18:21 +00: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