From ed8b4014cee544512addfbd75627d2a1cfa0e764 Mon Sep 17 00:00:00 2001 From: mahdi Date: Sat, 12 Dec 2020 22:19:01 +0100 Subject: Show count of instances and fix show/hide button --- .../app/+about/about-follows/about-follows.component.html | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) (limited to 'client/src/app/+about/about-follows/about-follows.component.html') diff --git a/client/src/app/+about/about-follows/about-follows.component.html b/client/src/app/+about/about-follows/about-follows.component.html index 438e836e0..60cf3a28e 100644 --- a/client/src/app/+about/about-follows/about-follows.component.html +++ b/client/src/app/+about/about-follows/about-follows.component.html @@ -1,7 +1,7 @@

Follows

-

Followers instances

+

Followers instances ({{ followersPagination.totalItems }})

This instance does not have instances followers.
@@ -13,13 +13,13 @@ {{ follower }} - - Show full list - Show less + + +
-

Followings instances

+

Followings instances ({{ followingsPagination.totalItems }})

This instance is not following any other.
@@ -32,8 +32,8 @@ - Show full list - Show less + +
-- cgit v1.2.3