summaryrefslogtreecommitdiff
path: root/web/template/status_attributes.tmpl
diff options
context:
space:
mode:
authorLibravatar tobi <31960611+tsmethurst@users.noreply.github.com>2025-03-02 11:27:30 +0100
committerLibravatar GitHub <noreply@github.com>2025-03-02 11:27:30 +0100
commit4c9901fc035ece13b2dbaca21465a534abb77a04 (patch)
tree4aad111cdd492fa908fd9a6c0ab1d27e7f8ddf06 /web/template/status_attributes.tmpl
parent[feature] add microformat support (#3848) (diff)
downloadgotosocial-4c9901fc035ece13b2dbaca21465a534abb77a04.tar.xz
[chore] little frontend tweaks (#3852)
* [chore] little frontend tweaks * beep boop * poke * clarify server time
Diffstat (limited to 'web/template/status_attributes.tmpl')
-rw-r--r--web/template/status_attributes.tmpl3
1 files changed, 1 insertions, 2 deletions
diff --git a/web/template/status_attributes.tmpl b/web/template/status_attributes.tmpl
index b356a76e9..a99775d59 100644
--- a/web/template/status_attributes.tmpl
+++ b/web/template/status_attributes.tmpl
@@ -18,7 +18,7 @@
*/ -}}
{{- define "ariaLabel" -}}
-@{{ .Account.Acct -}}, {{ timestamp .CreatedAt -}}
+@{{ .Account.Acct -}}, {{ .CreatedAt | timestampPrecise -}} (server time)
{{- if .LanguageTag -}}
, language {{ .LanguageTag.DisplayStr -}}
{{- end -}}
@@ -52,5 +52,4 @@
id="{{- .ID -}}{{- if .Pinned -}}-pinned{{- end -}}"
role="region"
aria-label="{{- template "ariaLabel" . -}}"
-class="status expanded h-entry"
{{- end }} \ No newline at end of file