Improved mountables on character and settings page

This commit is contained in:
2018-06-30 12:22:17 +09:00
parent 0027653ca8
commit 8053c51237
2 changed files with 17 additions and 17 deletions

View File

@ -6,20 +6,20 @@ component ImportLists(user *arn.User)
label AniList:
.widget-section
a.button.mountable(href="/import/anilist/animelist")
a.button(href="/import/anilist/animelist")
Icon("download")
span Import AniList
if user.Accounts.Kitsu.Nick != ""
label Kitsu:
.widget-section
a.button.mountable(href="/import/kitsu/animelist")
a.button(href="/import/kitsu/animelist")
Icon("download")
span Import Kitsu
if user.Accounts.MyAnimeList.Nick != ""
label MyAnimeList:
.widget-section
a.button.mountable(href="/import/myanimelist/animelist")
a.button(href="/import/myanimelist/animelist")
Icon("download")
span Import MyAnimeList