Use footer elements
This commit is contained in:
@ -30,7 +30,7 @@ component Editor(url string, score int, scoreTitle string, scoreTypes map[string
|
||||
p Companies
|
||||
p.editor-score= stringutils.Plural(scoreTypes["Company"], "contribution")
|
||||
|
||||
.footer.mountable
|
||||
footer.footer.mountable
|
||||
a.footer-element(href="/editor/mal/diff/anime" + user.Settings().Editor.Filter.Suffix()) MALdiff
|
||||
a.footer-element(href="/editor/kitsu/new/anime") Kitsu
|
||||
a.footer-element(href="/editor/jobs") Jobs
|
||||
|
@ -1,7 +1,7 @@
|
||||
component AnimeEditorListFull(title string, missing []*arn.Anime, count int, pageURI string, generateSearchLink func(*arn.Anime) string, user *arn.User)
|
||||
EditorTabs(pageURI, user)
|
||||
h1.editor-list-page-title.mountable= title
|
||||
.footer.editor-list-entry-count.mountable= strconv.Itoa(count) + " anime"
|
||||
footer.footer.editor-list-entry-count.mountable= strconv.Itoa(count) + " anime"
|
||||
AnimeEditorList(missing, pageURI, generateSearchLink)
|
||||
|
||||
component AnimeEditorList(animes []*arn.Anime, pageURI string, generateSearchLink func(*arn.Anime) string)
|
||||
|
Reference in New Issue
Block a user