17 lines
581 B
Plaintext
Raw Normal View History

2017-06-28 17:55:08 +02:00
component EditAnime(anime *arn.Anime)
2017-07-06 22:08:49 +02:00
h1= anime.Title.Canonical
2017-06-28 17:55:08 +02:00
2017-07-09 13:11:54 +02:00
.widget-form.mountable
2017-06-28 17:55:08 +02:00
.widget(data-api="/api/anime/" + anime.ID)
2017-07-09 13:11:54 +02:00
h3.widget-title Mappings
2017-07-01 23:19:57 +02:00
InputText("Custom:ShoboiID", anime.GetMapping("shoboi/anime"), "Shoboi TID", "TID on cal.syoboi.jp")
InputText("Custom:AniListID", anime.GetMapping("anilist/anime"), "AniList ID", "ID on anilist.co")
2017-06-28 18:39:52 +02:00
.buttons
a.button.ajax(href="/anime/" + anime.ID)
Icon("arrow-left")
span View anime
a.button(href="/api/anime/" + anime.ID, target="_blank")
Icon("search-plus")
span JSON API