Use time element

This commit is contained in:
2021-11-23 21:57:43 +09:00
parent 74d8f46b08
commit ad3ac4d880
22 changed files with 54 additions and 50 deletions

@ -11,7 +11,8 @@ component ClientErrors(reports []*arn.ClientErrorReport)
td
each line in strings.Split(report.Stack, "\n")
p= line
td.utc-date(data-date=report.Created)
td
time.utc-date(datetime=report.Created)
td.edit-log-user
if report.CreatedBy != ""
Avatar(report.Creator())