mirror of
https://github.com/superseriousbusiness/gotosocial.git
synced 2025-12-23 00:16:16 -06:00
beep boop
This commit is contained in:
parent
410fbf3dc6
commit
ccece64fba
1 changed files with 2 additions and 2 deletions
|
|
@ -40,9 +40,9 @@
|
||||||
Poll
|
Poll
|
||||||
{{- end -}}
|
{{- end -}}
|
||||||
{{- if .Poll.Expired -}}
|
{{- if .Poll.Expired -}}
|
||||||
closed <time datetime="{{- .Poll.ExpiresAt -}}">{{- .Poll.ExpiresAt -}}</time>
|
closed <time datetime="{{- .Poll.ExpiresAt -}}">{{- .Poll.ExpiresAt | timestampPrecise -}}</time>
|
||||||
{{- else if .Poll.ExpiresAt -}}
|
{{- else if .Poll.ExpiresAt -}}
|
||||||
open until <time datetime="{{- .Poll.ExpiresAt -}}">{{- .Poll.ExpiresAt -}}</time>
|
open until <time datetime="{{- .Poll.ExpiresAt -}}">{{- .Poll.ExpiresAt | timestampPrecise -}}</time>
|
||||||
{{- else -}}
|
{{- else -}}
|
||||||
open forever
|
open forever
|
||||||
{{- end -}}
|
{{- end -}}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue