From 5de436d160e5092dae1f569d37f06923101f35ba Mon Sep 17 00:00:00 2001 From: Eirik Martiniussen Sylliaas Date: Sun, 17 Dec 2017 23:31:28 +0100 Subject: [PATCH] Add incident update time, fixes #10 --- templates/index.tmpl | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/templates/index.tmpl b/templates/index.tmpl index a1dfe02..86200a4 100644 --- a/templates/index.tmpl +++ b/templates/index.tmpl @@ -69,7 +69,7 @@

{{ $incident.Title }}

{{ range $update := $incident.Updates }} -

{{ $update.Status }} - {{$update.Message}}

+

{{ $update.Time.Format "15:04" }} {{ $update.Status }} - {{$update.Message}}

{{ end }} {{ end }} @@ -134,4 +134,4 @@ - \ No newline at end of file +