Use time element
This commit is contained in:
elements
AMV
AnimeList
Postable
Quote
SoundTrack
pages
activity
admin
anime
calendar
editlog
episode
notifications
quote
settings
shop
soundtrack
scripts
styles/mixins
@ -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())
|
||||
|
Reference in New Issue
Block a user