diff options
| author | historia <[not public]> | 2026-06-30 03:57:52 -0400 |
|---|---|---|
| committer | historia <[not public]> | 2026-06-30 03:57:52 -0400 |
| commit | 712072209ab5e3b3a14ebc0c770b020afe544560 (patch) | |
| tree | f5247fa8e03ed327ecb6cbff622bf6bdccb2066c /internal/admin/templates/layout.html | |
| parent | 7a4b91304061777e7b3365b505d1e74878043d35 (diff) | |
| download | thehouseoficarus-712072209ab5e3b3a14ebc0c770b020afe544560.tar.gz | |
feat: all admin mapping features working
Diffstat (limited to 'internal/admin/templates/layout.html')
| -rw-r--r-- | internal/admin/templates/layout.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/internal/admin/templates/layout.html b/internal/admin/templates/layout.html index 99c1f0d..ed939bd 100644 --- a/internal/admin/templates/layout.html +++ b/internal/admin/templates/layout.html @@ -23,9 +23,9 @@ <a href="/editor/dashboard" class="{{if eq .Page "dashboard"}}active{{end}}">Dashboard</a> <a href="/editor/files" class="{{if eq .Page "files"}}active{{end}}">Files</a> <div class="undo-bar"> + <span class="undo-label"></span> <button class="undo-btn" onclick="doUndo()" title="">⟲ Undo</button> <button class="redo-btn" onclick="doRedo()" title="">⟳ Redo</button> - <span class="undo-label"></span> </div> <span style="font-size:11px;color:#888">| {{.Account}}</span> <a href="/logout" style="font-size:11px">Logout</a> |
