render series via a separate block
This commit is contained in:
parent
151cc75532
commit
69f0963a17
3 changed files with 18 additions and 14 deletions
|
@ -70,6 +70,7 @@ func MakeFrontend(runner *submitqueue.Runner) http.Handler {
|
|||
|
||||
tmpl := template.Must(loadTemplate([]string{
|
||||
"submit-queue.tmpl.html",
|
||||
"series.tmpl.html",
|
||||
"serie.tmpl.html",
|
||||
"changeset.tmpl.html",
|
||||
}, funcMap))
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue