generated from t/malachite
add: socket
This commit is contained in:
parent
8c86dd6cda
commit
c48cf78314
10 changed files with 227 additions and 13 deletions
|
@ -1,3 +1,4 @@
|
|||
(text "{%- import \"components.lisp\" as components -%}")
|
||||
(text "<!doctype html>")
|
||||
(html
|
||||
("lang" "en")
|
||||
|
@ -35,8 +36,12 @@
|
|||
(button
|
||||
("onclick" "open_dropdown(event)")
|
||||
("exclude" "dropdown")
|
||||
("class" "button camo fade")
|
||||
(text "{{ icon \"menu\" }}"))
|
||||
("class" "button camo")
|
||||
(text "{% if user -%}")
|
||||
(text "{{ components::avatar(id=user.id) }}")
|
||||
(text "{%- else -%}")
|
||||
(text "{{ icon \"menu\" }}")
|
||||
(text "{%- endif %}"))
|
||||
(div
|
||||
("class" "inner left")
|
||||
(a
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue