diff options
| author | 2025-03-01 18:41:32 +0800 | |
|---|---|---|
| committer | 2025-03-01 11:41:32 +0100 | |
| commit | b4bb97225e7dd8906484b09b4f736395e779eead (patch) | |
| tree | 5dfefb3ffa286486ca60c4ae9c2abbb9178071af /web/template/status_info.tmpl | |
| parent | [feature] Implement CSV import for mutes (#3696) (diff) | |
| download | gotosocial-b4bb97225e7dd8906484b09b4f736395e779eead.tar.xz | |
[feature/frontend] use localized time string in status & poll info page (#3821)
Diffstat (limited to 'web/template/status_info.tmpl')
| -rw-r--r-- | web/template/status_info.tmpl | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/web/template/status_info.tmpl b/web/template/status_info.tmpl index a66ca05c4..7ac81a78a 100644 --- a/web/template/status_info.tmpl +++ b/web/template/status_info.tmpl @@ -23,14 +23,14 @@ <div class="stats-item published-at text-cutoff"> <dt class="sr-only">Published</dt> <dd> - <time datetime="{{- .CreatedAt -}}">{{- .CreatedAt | timestampPrecise -}}</time> + <time datetime="{{- .CreatedAt -}}">{{- .CreatedAt -}}</time> </dd> </div> {{- if .EditedAt -}} <div class="stats-item edited-at text-cutoff"> <dt class="sr-only">Edited</dt> <dd> - (edited <time datetime="{{- .EditedAt -}}">{{- .EditedAt | timestampPrecise -}}</time>) + (edited <time datetime="{{- .EditedAt -}}">{{- .EditedAt -}}</time>) </dd> </div> {{ end }} |
