From 3d51395d392a5e3d38201e8c01b17bc15cdb6d1c Mon Sep 17 00:00:00 2001 From: Birte Kristina Friesel Date: Thu, 20 Jul 2023 15:52:13 +0200 Subject: social_list: use blue text to distinguish action icons from info icons --- templates/social_list.html.ep | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/templates/social_list.html.ep b/templates/social_list.html.ep index ef47636..686e5c3 100644 --- a/templates/social_list.html.ep +++ b/templates/social_list.html.ep @@ -185,36 +185,36 @@ <%= $entry->{name} %> % if ($type eq 'follow-requests-received') { - - - % } % elsif ($type eq 'follow-requests-sent') { - % } % elsif ($type eq 'followers') { - - @@ -226,7 +226,7 @@ access_time % } % elsif ($entry->{can_follow_back} or $entry->{can_request_follow_back}) { - % } @@ -239,14 +239,14 @@ % } - % } % elsif ($type eq 'blocks') { - -- cgit v1.2.3