From b5a1ce6b6ecb6f6b21c91058075c13e752ac6386 Mon Sep 17 00:00:00 2001 From: Per Starke Date: Mon, 19 Feb 2024 11:06:35 +1100 Subject: [PATCH] more inline style tries --- go-app/internal/api/arc42statistics.gohtml | 22 +++++++++++----------- 1 file changed, 11 insertions(+), 11 deletions(-) diff --git a/go-app/internal/api/arc42statistics.gohtml b/go-app/internal/api/arc42statistics.gohtml index b706c07..597d3fe 100644 --- a/go-app/internal/api/arc42statistics.gohtml +++ b/go-app/internal/api/arc42statistics.gohtml @@ -4,7 +4,7 @@ Gopher logo - 7 Days! + 7 Days 30 Days 12 Month Open Tasks @@ -44,16 +44,16 @@ {{ end }} - - Totals: - {{ .Totals.SumOfVisitors7d}} - {{ .Totals.SumOfPageViews7d}} - {{ .Totals.SumOfVisitors30d}} - {{ .Totals.SumOfPageViews30d}} - {{ .Totals.SumOfVisitors12m}} - {{ .Totals.SumOfPageViews12m}} - {{ .Totals.TotalNrOfIssues}} - {{ .Totals.TotalNrOfBugs}} + + Totals: + {{ .Totals.SumOfVisitors7d}} + {{ .Totals.SumOfPageViews7d}} + {{ .Totals.SumOfVisitors30d}} + {{ .Totals.SumOfPageViews30d}} + {{ .Totals.SumOfVisitors12m}} + {{ .Totals.SumOfPageViews12m}} + {{ .Totals.TotalNrOfIssues}} + {{ .Totals.TotalNrOfBugs}}