Export button is back
This commit is contained in:
parent
0ec3ae174a
commit
504d42fb52
@ -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
|
Loading…
Reference in New Issue
Block a user