From 64e2ea264ce7e31ef8a445fa470a29947daf02bf Mon Sep 17 00:00:00 2001 From: Mikhail Yenuchenko Date: Mon, 3 Aug 2026 22:15:23 +0300 Subject: [PATCH] panel: draw Backup as a filing cabinet The storage box read as a box, not as an archive -- nothing in it said what the page is for. Two drawers with handles is the picture of an archive, and at 16px it holds together better than the box did: no lid seam to lose, no small detail to smear. Co-Authored-By: Claude Opus 5 --- internal/web/templates/layout.html | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/internal/web/templates/layout.html b/internal/web/templates/layout.html index da2d362..85969bf 100644 --- a/internal/web/templates/layout.html +++ b/internal/web/templates/layout.html @@ -64,5 +64,7 @@ {{define "icon-deliveries"}}{{end}} {{define "icon-mail-queue"}}{{end}} {{define "icon-system-log"}}{{end}} -{{define "icon-backup"}}{{end}} +{{/* A filing cabinet rather than a storage box: the box read as a box, while + two drawers with handles is the picture of an archive. */}} +{{define "icon-backup"}}{{end}} {{define "icon-account"}}{{end}}