diff options
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> |
