Added record count info to editor lists

This commit is contained in:
2018-03-07 21:25:24 +01:00
parent 1690f0087c
commit 0c3ab006e7
8 changed files with 42 additions and 22 deletions

View File

@ -1,3 +1,9 @@
component AnimeEditorListFull(title string, missing []*arn.Anime, count int, generateSearchLink func(*arn.Anime) string)
EditorTabs
h1.editor-list-title.mountable= title
.footer.editor-list-entry-count.mountable= strconv.Itoa(count) + " anime"
AnimeEditorList(missing, generateSearchLink)
component AnimeEditorList(animes []*arn.Anime, generateSearchLink func(*arn.Anime) string)
table
thead