From a439b7130ea6c2259e03edc7d0cc6b9998cac352 Mon Sep 17 00:00:00 2001 From: Eliseu Amaro Date: Wed, 22 Sep 2021 17:20:06 +0100 Subject: [PATCH] [Cards][Profile] Re-organizing elements. --- templates/cards/profile/view.html.twig | 12 +++++++----- 1 file changed, 7 insertions(+), 5 deletions(-) diff --git a/templates/cards/profile/view.html.twig b/templates/cards/profile/view.html.twig index 6eae292f55..a3e18c815c 100644 --- a/templates/cards/profile/view.html.twig +++ b/templates/cards/profile/view.html.twig @@ -13,23 +13,25 @@ -
-
{{ 'Subscriptions' | trans }}{{ actor.getSubscriptionsCount() }}
-
{{ 'Subscribers' | trans }}{{ actor.getSubscribersCount() }}
- +
{% if actor_bio %}

{{ actor_bio }}

{% else %}

{{ '(No bio)' | trans }}

{% endif %}
+ +
+
{{ 'Subscriptions' | trans }}{{ actor.getSubscriptionsCount() }}
+
{{ 'Subscribers' | trans }}{{ actor.getSubscribersCount() }}
+