Export button is back

This commit is contained in:
Eduard Urbach 2018-03-24 17:19:45 +01:00
parent 0ec3ae174a
commit 504d42fb52

View File

@ -262,7 +262,6 @@ component SettingsAccounts(user *arn.User)
Icon("check") Icon("check")
span Connected span Connected
else else
Icon("circle-o") Icon("circle-o")
span Not connected span Not connected
@ -273,13 +272,14 @@ component SettingsAccounts(user *arn.User)
ImportLists(user) ImportLists(user)
//- .widget.mountable if len(user.AnimeList().Items) > 0
//- h3.widget-title .widget.mountable
//- Icon("upload") h3.widget-title
//- span Export Icon("upload")
span Export
//- .widget-section
//- label JSON: .widget-section
//- a.button(href="/api/animelist/" + user.ID) label JSON:
//- Icon("upload") a.button(href="/api/animelist/" + user.ID, target="_blank")
//- span Export anime list as JSON Icon("upload")
span Export anime list as JSON