fix: circle stack users ui
This commit is contained in:
parent
9443bfb58d
commit
8c5d8bf0ba
2 changed files with 8 additions and 5 deletions
|
@ -174,10 +174,11 @@
|
|||
("style" "color: var(--color-primary)")
|
||||
(text "{{ icon \"square-asterisk\" }}"))
|
||||
(text "{%- endif %} {% if post.stack -%}")
|
||||
(span
|
||||
(a
|
||||
("title" "Posted to a stack you're in")
|
||||
("class" "flex items-center")
|
||||
("class" "flex items-center flush")
|
||||
("style" "color: var(--color-primary)")
|
||||
("href" "/stacks/{{ post.stack }}")
|
||||
(text "{{ icon \"layers\" }}"))
|
||||
(text "{%- endif %} {% if community and community.is_forge -%} {% if post.is_open -%}")
|
||||
(span
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue