fix: profile follow/unfollow buttons
This commit is contained in:
parent
c74f36b97c
commit
a4481bea5c
1 changed files with 2 additions and 2 deletions
|
@ -171,7 +171,7 @@
|
||||||
{% if not is_blocking -%}
|
{% if not is_blocking -%}
|
||||||
<button
|
<button
|
||||||
onclick="toggle_follow_user(event)"
|
onclick="toggle_follow_user(event)"
|
||||||
class="{% if is_following -%} hidden{%- endif %}"
|
class="{% if is_following %} hidden{% endif %}"
|
||||||
atto_tag="user.follow"
|
atto_tag="user.follow"
|
||||||
>
|
>
|
||||||
{{ icon "user-plus" }}
|
{{ icon "user-plus" }}
|
||||||
|
@ -180,7 +180,7 @@
|
||||||
|
|
||||||
<button
|
<button
|
||||||
onclick="toggle_follow_user(event)"
|
onclick="toggle_follow_user(event)"
|
||||||
class="quaternary red{% if not is_following -%} hidden{%- endif %}"
|
class="quaternary red{% if not is_following %} hidden{% endif %}"
|
||||||
atto_tag="user.unfollow"
|
atto_tag="user.unfollow"
|
||||||
>
|
>
|
||||||
{{ icon "user-minus" }}
|
{{ icon "user-minus" }}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue