From 83ccd79db3775260bc552b10a32b4d57f18d607b Mon Sep 17 00:00:00 2001 From: Andreas Mieke Date: Sun, 28 Feb 2016 16:10:16 +0100 Subject: [PATCH] Improving UI for seasons --- gserver/templates/aeps.html | 2 +- gserver/templates/index.html | 2 +- gserver/templates/lp.html | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/gserver/templates/aeps.html b/gserver/templates/aeps.html index 0e4d172..0a574da 100644 --- a/gserver/templates/aeps.html +++ b/gserver/templates/aeps.html @@ -34,7 +34,7 @@ : -
{{ .EP.Name.String }} +
{{ .EP.Season.Int64 }}x{{ .EP.Episode.Int64 }}: {{ .EP.Name.String }} {{ end }} diff --git a/gserver/templates/index.html b/gserver/templates/index.html index 9c4a9aa..4d2d119 100644 --- a/gserver/templates/index.html +++ b/gserver/templates/index.html @@ -22,7 +22,7 @@ : -
{{ .EP.Name.String }} +
{{ .EP.Season.Int64 }}x{{ .EP.Episode.Int64 }}: {{ .EP.Name.String }}
von
diff --git a/gserver/templates/lp.html b/gserver/templates/lp.html index f36863f..df86818 100644 --- a/gserver/templates/lp.html +++ b/gserver/templates/lp.html @@ -34,7 +34,7 @@ {{ end }} -

{{ .EP.Name.String }}

+

{{ .EP.Season.Int64 }}x{{ .EP.Episode.Int64 }}: {{ .EP.Name.String }}

{{ .EP.Descr.String }}