diff options
| author | 2025-03-02 11:27:30 +0100 | |
|---|---|---|
| committer | 2025-03-02 11:27:30 +0100 | |
| commit | 4c9901fc035ece13b2dbaca21465a534abb77a04 (patch) | |
| tree | 4aad111cdd492fa908fd9a6c0ab1d27e7f8ddf06 /web/template/status_info.tmpl | |
| parent | [feature] add microformat support (#3848) (diff) | |
| download | gotosocial-4c9901fc035ece13b2dbaca21465a534abb77a04.tar.xz | |
[chore] little frontend tweaks (#3852)
* [chore] little frontend tweaks
* beep boop
* poke
* clarify server time
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 2f81591a6..194a799f5 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 class="dt-published" datetime="{{- .CreatedAt -}}">{{- .CreatedAt -}}</time> + <time class="dt-published" datetime="{{- .CreatedAt -}}">{{- .CreatedAt | timestampPrecise -}}</time> </dd> </div> {{- if .EditedAt -}} <div class="stats-item edited-at text-cutoff"> <dt class="sr-only">Edited</dt> <dd> - (edited <time class="dt-updated" datetime="{{- .EditedAt -}}">{{- .EditedAt -}}</time>) + (edited <time class="dt-updated" datetime="{{- .EditedAt -}}">{{- .EditedAt | timestampPrecise -}}</time>) </dd> </div> {{ end }} |
