From f80c82597ffcf3a65cc49ffca8f3b7ffa8117c27 Mon Sep 17 00:00:00 2001 From: Colin Okay Date: Thu, 27 Oct 2022 14:51:23 -0500 Subject: Add: navigation header --- playlist.lisp | 1 + 1 file changed, 1 insertion(+) (limited to 'playlist.lisp') 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)) -- cgit v1.2.3