This commit is contained in:
2026-06-01 19:51:19 +08:00
parent 4e233c82b4
commit c3be042acb
6 changed files with 140 additions and 43 deletions
+1 -1
View File
@@ -45,7 +45,7 @@
</thead>
<tbody>
{{range .messages}}
<tr>
<tr style="cursor:pointer;" onclick="location.href='/admin/mails/{{.ID}}'">
<td>{{.FromAddr}}</td>
<td>{{.ToAddr}}</td>
<td>{{.Subject}}</td>