add: style blockquotes
This commit is contained in:
parent
8c5d8bf0ba
commit
b7b84d15b7
2 changed files with 12 additions and 1 deletions
|
@ -68,7 +68,12 @@
|
|||
(text "{% if stack.mode == 'Circle' -%}")
|
||||
(div
|
||||
("class" "flex w-full gap-2 flex-wrap")
|
||||
(text "{% for user in stack.users %} {{ components::avatar(username=user, selector_type=\"id\", size=\"24px\") }} {% endfor %}"))
|
||||
(text "{% for user in stack.users %}")
|
||||
(a
|
||||
("href" "/api/v1/auth/user/find/{{ user }}")
|
||||
("class" "flush")
|
||||
(text "{{ components::avatar(username=user, selector_type=\"id\", size=\"24px\") }}"))
|
||||
(text "{% endfor %}"))
|
||||
(text "{%- endif %}")
|
||||
|
||||
; posts for all stacks except blocklist
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue