diff options
author | Colin Okay <colin@cicadas.surf> | 2022-10-27 14:51:23 -0500 |
---|---|---|
committer | Colin Okay <colin@cicadas.surf> | 2022-10-27 14:51:23 -0500 |
commit | f80c82597ffcf3a65cc49ffca8f3b7ffa8117c27 (patch) | |
tree | 8d0094933ebfaff490319cecf9e3c94ee5c316c4 /playlist.lisp | |
parent | c5f0f6c32f3aa5ce2cac56e10585dac49617dec7 (diff) |
Add: navigation header
Diffstat (limited to 'playlist.lisp')
-rw-r--r-- | playlist.lisp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/playlist.lisp b/playlist.lisp index d7b08f1..8b4b4e6 100644 --- a/playlist.lisp +++ b/playlist.lisp @@ -306,6 +306,7 @@ (install-new-playlist-ctl pl body))) (with-clog-create body (div () + (navigation-header ()) (section (:h2) (:span (:bind title-elem :content (playlist-title pl))) (form-element (:text :bind input)) |