26 lines
613 B
Plaintext
Raw Normal View History

2017-07-08 19:11:03 +00:00
component AniListMissingMapping(missing []*arn.Anime)
2017-10-02 12:56:51 +00:00
h1.page-title Anime without Anilist links
2017-10-06 20:07:12 +00:00
EditorTabs
2017-07-08 19:11:03 +00:00
table
2017-10-06 20:07:12 +00:00
thead
tr
th(title="Popularity") Pop.
th Title
th Type
th Year
th Tools
2017-07-08 19:11:03 +00:00
tbody
each anime in missing
2017-11-01 18:27:04 +00:00
tr.mountable
2017-10-06 20:07:12 +00:00
td= anime.Popularity.Total()
td
a(href=anime.Link(), target="_blank", rel="noopener")= anime.Title.Canonical
td= anime.Type
2017-07-08 19:11:03 +00:00
td
if len(anime.StartDate) >= 4
span= anime.StartDate[:4]
td
a(href="https://anilist.co/search?type=anime&q=" + anime.Title.Canonical, target="_blank", rel="noopener") Search