diff options
| author | 2023-11-22 12:17:42 +0100 | |
|---|---|---|
| committer | 2023-11-22 12:17:42 +0100 | |
| commit | 8c2d94c16853464828cbeba255cff2c69e96da78 (patch) | |
| tree | 5a1ad19f206709f9347a9019618068eb06709f92 /web/template/status.tmpl | |
| parent | [feature] Federate status language in and out (#2366) (diff) | |
| download | gotosocial-8c2d94c16853464828cbeba255cff2c69e96da78.tar.xz | |
[feature] Poll web view (#2377)
* [feature] Render polls nicely on the web view
* use figure for poll, other small tweaks
* reverse share + count (lines up better)
* poll options list entries
* fix up some remaining things
Diffstat (limited to 'web/template/status.tmpl')
| -rw-r--r-- | web/template/status.tmpl | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/web/template/status.tmpl b/web/template/status.tmpl index bf24f6e7c..59725a470 100644 --- a/web/template/status.tmpl +++ b/web/template/status.tmpl @@ -109,6 +109,7 @@ {{end}} </div> {{end}} + {{- if .Poll -}}{{ template "poll.tmpl" . }}{{ end -}} </section> <aside class="info"> <time datetime="{{.CreatedAt}}">{{.CreatedAt | timestampPrecise}}</time> |
