summaryrefslogtreecommitdiff
path: root/web/template/thread.tmpl
diff options
context:
space:
mode:
Diffstat (limited to 'web/template/thread.tmpl')
-rw-r--r--web/template/thread.tmpl6
1 files changed, 3 insertions, 3 deletions
diff --git a/web/template/thread.tmpl b/web/template/thread.tmpl
index 334bd8a9f..09f3e06c7 100644
--- a/web/template/thread.tmpl
+++ b/web/template/thread.tmpl
@@ -2,15 +2,15 @@
<main>
<div data-nosnippet class="thread">
{{range .context.Ancestors}}
- <div class="toot">
+ <div class="toot" id="{{.ID}}">
{{ template "status.tmpl" .}}
</div>
{{end}}
- <div class="toot expanded">
+ <div class="toot expanded" id="{{.status.ID}}">
{{ template "status.tmpl" .status}}
</div>
{{range .context.Descendants}}
- <div class="toot">
+ <div class="toot" id="{{.ID}}">
{{ template "status.tmpl" .}}
</div>
{{end}}