From fc8a1e02e8b741cef363d787a32d77a0e3bc36cd Mon Sep 17 00:00:00 2001 From: Özgür Kesim Date: Thu, 28 Nov 2024 19:10:57 +0100 Subject: lowercase todo --- templates/report.t | 2 +- templates/wp-total.t | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/templates/report.t b/templates/report.t index f2cc359..460a83d 100644 --- a/templates/report.t +++ b/templates/report.t @@ -12,7 +12,7 @@ Budgeted : {{ $totals.Budgeted }} Planned : {{ $totals.Planned }}{{with $totals.Unaccounted}} ! Open !: {{ . }}{{end}} Done : {{ $totals.Done }}{{ with $totals.Open }} - ! TODO !: {{ . }}{{end}} + ! Todo !: {{ . }}{{end}} {{ range .ParallelWPTotals }}{{.}} {{ end }} diff --git a/templates/wp-total.t b/templates/wp-total.t index a4cf2f8..157b0ac 100644 --- a/templates/wp-total.t +++ b/templates/wp-total.t @@ -1,10 +1,10 @@ Total for {{ .WP }}: ------------------- +------------------- Budgeted : {{ printf "%8s" .Budgeted.AsDay }} Planned : {{ printf "%8s" .Planned.AsDay }}{{with .Unaccounted }} ! Open !: {{ printf "%8s" .AsDay}}{{end}} Done : {{ printf "%8s" .Done.AsDay }}{{with .Open }} - ! TODO !: {{ printf "%8s" .AsDay }}{{end}} + ! Todo !: {{ printf "%8s" .AsDay }}{{end}} Per Task: {{ range $n, $t := .Tasks }} @@ -13,5 +13,5 @@ Budgeted : {{ printf "%8s" $t.Budgeted.AsDay }} Planned : {{ printf "%8s" $t.Planned.AsDay }}{{with $t.Unaccounted }} ! Open !: {{ printf "%8s" .AsDay}}{{end}} Done : {{ printf "%8s" $t.Done.AsDay }}{{with $t.Open }} - ! TODO !: {{ printf "%8s" .AsDay}}{{end}} + ! Todo !: {{ printf "%8s" .AsDay}}{{end}} {{ end }} \ No newline at end of file -- cgit v1.2.3