Add a button to follow people

This commit is contained in:
Bat 2018-06-13 18:52:26 +01:00
parent 1c287c6dfe
commit 7b61da9c7f
2 changed files with 8 additions and 0 deletions

View File

@ -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>

View File

@ -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>