Skip to content

Commit

Permalink
Add incident update time, fixes #10
Browse files Browse the repository at this point in the history
  • Loading branch information
eirsyl committed Dec 17, 2017
1 parent 1a2b5dd commit 5de436d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions templates/index.tmpl
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@
<h3>{{ $incident.Title }}</h3>

{{ range $update := $incident.Updates }}
<p><b>{{ $update.Status }}</b> - {{$update.Message}}</p>
<p><b>{{ $update.Time.Format "15:04" }} {{ $update.Status }}</b> - {{$update.Message}}</p>
{{ end }}
{{ end }}
</div>
Expand Down Expand Up @@ -134,4 +134,4 @@

</div>
</body>
</html>
</html>

0 comments on commit 5de436d

Please sign in to comment.