We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8c8e97c commit 4b14c4bCopy full SHA for 4b14c4b
site/layouts/partials/all-clear.html
@@ -2,7 +2,7 @@
2
<img src="/images/icon-large-ok.svg" />
3
{{ with .Date }}
4
{{ $latestDate := dateFormat "2006-01-02T15:04:05" .}}
5
- <p id="days-since-latest" data-latest-incident-date="{{ $latestDate }}">48+ days since last incident</p>
+ <p id="days-since-latest" data-latest-incident-date="{{ $latestDate }}">Last incident: {{ .Format "02 Jan 2006 15:04 MST" }}</p>
6
{{ else }}
7
<p>No incidents so far, all is good</p>
8
{{ end }}
0 commit comments