add: block list stacks
This commit is contained in:
parent
9bb5f38f76
commit
b71ae1f5a4
28 changed files with 700 additions and 219 deletions
|
@ -388,6 +388,22 @@
|
|||
(text "{{ icon \"arrow-left\" }}")
|
||||
(span
|
||||
(text "{{ text \"general:action.back\" }}")))
|
||||
|
||||
; stack blocks
|
||||
(div
|
||||
("class" "card-nest")
|
||||
(div
|
||||
("class" "card flex items-center gap-2 small")
|
||||
(text "{{ icon \"layers\" }}")
|
||||
(span
|
||||
(text "{{ text \"stacks:link.stacks\" }}")))
|
||||
(div
|
||||
("class" "card flex flex-col gap-2")
|
||||
(text "{% for stack in stackblocks %}")
|
||||
(text "{{ components::stack_listing(stack=stack) }}")
|
||||
(text "{% endfor %}")))
|
||||
|
||||
; user blocks
|
||||
(div
|
||||
("class" "card-nest")
|
||||
(div
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue