Add a button to follow people
This commit is contained in:
parent
1c287c6dfe
commit
7b61da9c7f
@ -31,6 +31,10 @@
|
||||
{% if is_remote %}
|
||||
<a class="inline-block button" href="{{ user.ap_url }}">Open on {{ instance_url }}</a>
|
||||
{% endif %}
|
||||
|
||||
{% if not is_self %}
|
||||
<a href="follow/" class="inline-block button">Follow</a>
|
||||
{% endif %}
|
||||
</div>
|
||||
|
||||
<div>
|
||||
|
@ -26,6 +26,10 @@
|
||||
{% if is_remote %}
|
||||
<a class="inline-block button" href="{{ user.ap_url }}">Open on {{ instance_url }}</a>
|
||||
{% endif %}
|
||||
|
||||
{% if not is_self %}
|
||||
<a href="follow/" class="inline-block button">Follow</a>
|
||||
{% endif %}
|
||||
</div>
|
||||
|
||||
<h2>Followers</h2>
|
||||
|
Loading…
Reference in New Issue
Block a user