aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'web/templates/popular/threads.tmpl')
-rw-r--r--web/templates/popular/threads.tmpl4
1 files changed, 1 insertions, 3 deletions
diff --git a/web/templates/popular/threads.tmpl b/web/templates/popular/threads.tmpl
index 5b849eb..4dfcbbc 100644
--- a/web/templates/popular/threads.tmpl
+++ b/web/templates/popular/threads.tmpl
@@ -12,13 +12,11 @@
<table class="table">
<tr>
<th>Thread</th>
- <th>Number of messages</th>
</tr>
{{range .}}
<tr>
- <td><a href="/{{(makeMessage .Headers).GetListNameFromSubject}}/message/{{.Id}}/">{{(makeMessage .Headers).GetSubject}}</a></td>
- <td>{{.Count}}</td>
+ <td><a href="/{{.GetListNameFromSubject}}/message/{{.Id}}/">{{.Subject}}</a></td>
</tr>
{{end}}