From 3125b79f2fcc065ecb6cd8c39032476b9fdd8033 Mon Sep 17 00:00:00 2001 From: Florian Klink Date: Wed, 4 Dec 2019 13:33:57 +0100 Subject: [PATCH] serie.tmpl.html: move missing table html When refactoring the web interfaces, series was removed. However, we still want to show an individual Serie, which should properly be inside it's own table - so let's add this to the template. --- public/serie.tmpl.html | 26 +++++++++++++++++--------- 1 file changed, 17 insertions(+), 9 deletions(-) diff --git a/public/serie.tmpl.html b/public/serie.tmpl.html index 8c653946c..60f0c1811 100644 --- a/public/serie.tmpl.html +++ b/public/serie.tmpl.html @@ -1,11 +1,19 @@ {{ define "serie" }} - -Serie with {{ len .ChangeSets }} changes - -{{ range $changeset := .ChangeSets }} -{{ block "changeset" $changeset }}{{ end }} -{{ end }} - -  - + + + + + + + + + + + + + {{ range $changeset := .ChangeSets }} + {{ block "changeset" $changeset }}{{ end }} + {{ end }} + +
OwnerChangesetFlags
Serie with {{ len .ChangeSets }} changes
{{ end }} \ No newline at end of file