summaryrefslogtreecommitdiff
path: root/web/template/thread.tmpl
diff options
context:
space:
mode:
authorLibravatar tobi <31960611+tsmethurst@users.noreply.github.com>2025-04-18 17:36:26 +0200
committerLibravatar GitHub <noreply@github.com>2025-04-18 17:36:26 +0200
commit2fce02780876d5e4c4f32e0ca341c43a5d8b21a8 (patch)
tree409adbe897de49e6ae2ca0dedbec4bfd044e10fd /web/template/thread.tmpl
parent[chore] Don't push `latest` Docker image on prerelease (#4017) (diff)
downloadgotosocial-2fce02780876d5e4c4f32e0ca341c43a5d8b21a8.tar.xz
[feature/frontend] Hide "engagement" stats, edits, and other info under a little drop down to unclutter status info bar (#4021)
* dick about with stats a bit * more dicking abuot * lil tweaks * more about-dicking * weee * comments * fixie uppie
Diffstat (limited to 'web/template/thread.tmpl')
-rw-r--r--web/template/thread.tmpl4
1 files changed, 0 insertions, 4 deletions
diff --git a/web/template/thread.tmpl b/web/template/thread.tmpl
index 0cf9ecb05..e7a8fb095 100644
--- a/web/template/thread.tmpl
+++ b/web/template/thread.tmpl
@@ -78,7 +78,6 @@
<a href="#replies">jump to replies</a>
{{- end }}
</div>
-
{{- range $status := .context.Statuses }}
<article
class="status{{- if $status.ThreadContextStatus }} expanded{{- end -}}{{- if $status.Indent }} indent-{{ $status.Indent }}{{- end -}}"
@@ -90,9 +89,6 @@
{{- include "repliesStart" $ | indent 1 }}
{{- end }}
{{- end }}
-
- {{- if .context.ThreadReplies }}
</section>
- {{- end }}
</main>
{{- end }} \ No newline at end of file