26 lines
613 B
Plaintext
Raw Normal View History

2017-07-08 21:11:03 +02:00
component AniListMissingMapping(missing []*arn.Anime)
2017-10-02 14:56:51 +02:00
h1.page-title Anime without Anilist links
2017-10-06 22:07:12 +02:00
EditorTabs
2017-07-08 21:11:03 +02:00
table
2017-10-06 22:07:12 +02:00
thead
tr
th(title="Popularity") Pop.
th Title
th Type
th Year
th Tools
2017-07-08 21:11:03 +02:00
tbody
each anime in missing
2017-11-01 19:27:04 +01:00
tr.mountable
2017-10-06 22:07:12 +02:00
td= anime.Popularity.Total()
td
a(href=anime.Link(), target="_blank", rel="noopener")= anime.Title.Canonical
td= anime.Type
2017-07-08 21:11:03 +02: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