diff --git a/templates/benchmark/list.tmpl b/templates/benchmark/list.tmpl index faa28d4..fddda1f 100644 --- a/templates/benchmark/list.tmpl +++ b/templates/benchmark/list.tmpl @@ -16,8 +16,8 @@ {{ range $b := .benchmarks }} {{ $b.Name }} - {{ $h.CreatedAt.Format "01/02/2006 15:04am" }} - {{ $h.UpdatedAt.Format "01/02/2006 15:04am" }} + {{ $b.CreatedAt.Format "01/02/2006 15:04am" }} + {{ $b.UpdatedAt.Format "01/02/2006 15:04am" }} {{ end }}