diff --git a/files/templates/userpage/followers.html b/files/templates/userpage/followers.html index f9714701ba..103b5a9684 100644 --- a/files/templates/userpage/followers.html +++ b/files/templates/userpage/followers.html @@ -18,7 +18,11 @@ {% include "user_in_table.html" %} 1599343262 %}data-time="{{follow.created_utc}}"{% endif %}> {% if v.id == u.id %} -
Remove follow
+ +
+ Remove follow +
+ {% endif %} {% endfor %} diff --git a/files/templates/userpage/following.html b/files/templates/userpage/following.html index 6b8fcf859a..f9a5aff686 100644 --- a/files/templates/userpage/following.html +++ b/files/templates/userpage/following.html @@ -6,6 +6,7 @@ Name + Following since {% if v.id == u.id %} {% endif %} @@ -15,8 +16,13 @@ {% for user in users %} {% include "user_in_table.html" %} + 1599343262 %}data-time="{{follow.created_utc}}"{% endif %}> {% if v.id == u.id %} -
Unfollow
+ +
+ Unfollow +
+ {% endif %} {% endfor %}