diff --git a/templates/users/details.html.tera b/templates/users/details.html.tera index 6bc5c2c9..0d86c414 100644 --- a/templates/users/details.html.tera +++ b/templates/users/details.html.tera @@ -31,6 +31,10 @@ {% if is_remote %} Open on {{ instance_url }} {% endif %} + + {% if not is_self %} + Follow + {% endif %}
diff --git a/templates/users/followers.html.tera b/templates/users/followers.html.tera index e8af7cd6..802316f3 100644 --- a/templates/users/followers.html.tera +++ b/templates/users/followers.html.tera @@ -26,6 +26,10 @@ {% if is_remote %} Open on {{ instance_url }} {% endif %} + + {% if not is_self %} + Follow + {% endif %}

Followers