Minor changes

This commit is contained in:
2017-11-01 19:27:04 +01:00
parent 5adc2def74
commit e70dc0daed
3 changed files with 2 additions and 41 deletions

View File

@ -13,7 +13,7 @@ component AniListMissingMapping(missing []*arn.Anime)
th Tools
tbody
each anime in missing
tr
tr.mountable
td= anime.Popularity.Total()
td
a(href=anime.Link(), target="_blank", rel="noopener")= anime.Title.Canonical

View File

@ -13,7 +13,7 @@ component ShoboiMissingMapping(missing []*arn.Anime)
th Tools
tbody
each anime in missing
tr
tr.mountable
td= anime.Popularity.Total()
td
a(href=anime.Link(), target="_blank", rel="noopener")= anime.Title.Canonical