Started working on job UI implementation
This commit is contained in:
@ -9,6 +9,7 @@ import (
|
||||
"github.com/animenotifier/notify.moe/pages/editor/filteranime"
|
||||
"github.com/animenotifier/notify.moe/pages/editor/filtercompanies"
|
||||
"github.com/animenotifier/notify.moe/pages/editor/filtersoundtracks"
|
||||
"github.com/animenotifier/notify.moe/pages/editor/jobs"
|
||||
)
|
||||
|
||||
// Register registers the page routes.
|
||||
@ -62,6 +63,9 @@ func Register(l *layout.Layout) {
|
||||
l.Page("/editor/soundtracks/tags", filtersoundtracks.Tags)
|
||||
l.Page("/editor/soundtracks/file", filtersoundtracks.File)
|
||||
|
||||
// Editor - Jobs
|
||||
l.Page("/editor/jobs", jobs.Overview)
|
||||
|
||||
// Log
|
||||
l.Page("/log", editlog.Get)
|
||||
l.Page("/log/from/:index", editlog.Get)
|
||||
|
Reference in New Issue
Block a user