From 09ae8227ea5b4112cc521180b7b82881ec915c98 Mon Sep 17 00:00:00 2001 From: Aevann Date: Mon, 4 Sep 2023 21:46:07 +0300 Subject: [PATCH] fix this https://rdrama.net/post/18459/marseycapywalking-megathread-for-bugs-and-suggestions/4914784#context --- files/templates/userpage/followers.html | 6 +++++- files/templates/userpage/following.html | 8 +++++++- 2 files changed, 12 insertions(+), 2 deletions(-) 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 %}