From fef9ebe0b20623c4e21cf720ea379338e6ef978e Mon Sep 17 00:00:00 2001 From: Birte Kristina Friesel Date: Tue, 18 Jul 2023 15:47:45 +0200 Subject: followee list: show if accounts are following back --- templates/social_list.html.ep | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) (limited to 'templates/social_list.html.ep') diff --git a/templates/social_list.html.ep b/templates/social_list.html.ep index 1a3e441..ef47636 100644 --- a/templates/social_list.html.ep +++ b/templates/social_list.html.ep @@ -130,7 +130,10 @@
-
+
+ group
Folgt dir +
+
remove
Nicht mehr folgen
@@ -230,6 +233,11 @@ % } % elsif ($type eq 'follows') { + + % if ($entry->{following_back}) { + group + % } +