add: put communities button back
This commit is contained in:
parent
4735832cef
commit
a261edb211
1 changed files with 7 additions and 4 deletions
|
@ -18,6 +18,13 @@
|
||||||
(span
|
(span
|
||||||
("class" "desktop")
|
("class" "desktop")
|
||||||
(str (text "general:link.home"))))
|
(str (text "general:link.home"))))
|
||||||
|
(a
|
||||||
|
("href" "/communities")
|
||||||
|
("class" "button {% if selected == 'communities' -%}active{%- endif %}")
|
||||||
|
(icon (text "book-heart"))
|
||||||
|
(span
|
||||||
|
("class" "desktop")
|
||||||
|
(str (text "general:link.communities"))))
|
||||||
(text "{%- endif %}"))
|
(text "{%- endif %}"))
|
||||||
|
|
||||||
(div
|
(div
|
||||||
|
@ -61,10 +68,6 @@
|
||||||
|
|
||||||
(div
|
(div
|
||||||
("class" "inner")
|
("class" "inner")
|
||||||
(a
|
|
||||||
("href" "/communities")
|
|
||||||
(icon (text "book-heart"))
|
|
||||||
(str (text "general:link.communities")))
|
|
||||||
(a
|
(a
|
||||||
("href" "/chats/0/0")
|
("href" "/chats/0/0")
|
||||||
(icon (text "message-circle"))
|
(icon (text "message-circle"))
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue