Changed editor panel links

This commit is contained in:
2018-03-09 12:38:46 +01:00
parent fa719fb13b
commit b77dcfb98c
11 changed files with 36 additions and 32 deletions

View File

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