diff options
author | Colin Okay <colin@cicadas.surf> | 2022-10-28 07:15:52 -0500 |
---|---|---|
committer | Colin Okay <colin@cicadas.surf> | 2022-10-28 07:15:52 -0500 |
commit | 578e2fa0790a7c749e0f597bcdc6b5e4f776dfa2 (patch) | |
tree | 1db5347263817aa19723af8a9066457fae11bdbe /home.lisp | |
parent | 5b0c8784305b9a2bf34816b264a8d9c6968d0bcc (diff) |
Add: collaborator/editor managment on playlists
Diffstat (limited to 'home.lisp')
-rw-r--r-- | home.lisp | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -28,8 +28,8 @@ (url-to-playlist pl))) (with-clog-create parent (div () - (section (:h4) - (a (:link url :content (playlist-title pl) :bind pl-link)))) + (p () + (a (:link url :content (playlist-title pl) :bind pl-link)))) (set-on-click pl-link (thunk* |