summaryrefslogtreecommitdiff
path: root/templates/wp-total.t
diff options
context:
space:
mode:
authorÖzgür Kesim <oec@kesim.org>2024-11-28 19:10:57 +0100
committerÖzgür Kesim <oec@kesim.org>2024-11-28 19:10:57 +0100
commitfc8a1e02e8b741cef363d787a32d77a0e3bc36cd (patch)
treed8b5f43ec33a1b1ff8f9173b2d490a3d641dcb2e /templates/wp-total.t
parent741ed439097053b45c3588085bc4394e0d95c8bb (diff)
lowercase todo
Diffstat (limited to 'templates/wp-total.t')
-rw-r--r--templates/wp-total.t6
1 files changed, 3 insertions, 3 deletions
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