add: manage followers page
This commit is contained in:
parent
959a125992
commit
70ecc6f96e
8 changed files with 119 additions and 6 deletions
|
@ -35,6 +35,7 @@
|
|||
(text "{{ icon \"user-plus\" }}")
|
||||
(span
|
||||
(text "{{ text \"auth:action.request_to_follow\" }}")))
|
||||
(text "{% if follow_requested -%}")
|
||||
(button
|
||||
("onclick" "cancel_follow_user(event)")
|
||||
("class" "lowered red{% if not follow_requested -%} hidden{%- endif %}")
|
||||
|
@ -42,7 +43,7 @@
|
|||
(text "{{ icon \"user-minus\" }}")
|
||||
(span
|
||||
(text "{{ text \"auth:action.cancel_follow_request\" }}")))
|
||||
(text "{% else %}")
|
||||
(text "{%- endif %} {% else %}")
|
||||
(button
|
||||
("onclick" "toggle_follow_user(event)")
|
||||
("class" "lowered red")
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue