Files
selfpost/internal/web/templates/queue.html
T
mix a55dbaeec0 panel: clearer nav labels and card headings, danger-style Sign out
Rename technical labels (postqueue -p, mail.log tail, Send log/Queue/Log
in nav) to plain descriptions, and style Sign out as a deliberate danger
action consistent with other destructive buttons.
2026-08-03 21:19:46 +03:00

9 lines
134 B
HTML

{{define "content"}}
<h1>Mail queue</h1>
<div class="card">
<h2>Pending messages</h2>
{{template "queue_body" .}}
</div>
{{end}}