From 9b8842ce2b04b93400f0f2e2aa9d6ae14abdbf3d Mon Sep 17 00:00:00 2001 From: Aevann Date: Sun, 18 Feb 2024 18:35:16 +0200 Subject: [PATCH] move effortpost metric --- files/templates/userpage/banner.html | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/files/templates/userpage/banner.html b/files/templates/userpage/banner.html index db04fcf914..e8db8ce162 100644 --- a/files/templates/userpage/banner.html +++ b/files/templates/userpage/banner.html @@ -272,6 +272,10 @@

Coins spent on awards: {{u.coins_spent}}

Coins spent on hats: {{u.coins_spent_on_hats}}

+

+ Effortposts made: {{u.effortposts_made}} +

+ {% if u.lifetimedonated_visible %}

Lifetime donated: ${{u.lifetimedonated}} (shown to everyone)

Total award discount: {{u.formatted_award_discount}} (shown to everyone)

@@ -280,10 +284,6 @@

Total award discount: {{u.formatted_award_discount}} (shown to you only)

{% endif %} -

- Effortposts made: {{u.effortposts_made}} -

- {% if u.is_private %}

User has private mode enabled

{% endif %} @@ -585,6 +585,10 @@

Coins spent on awards: {{u.coins_spent}}

Coins spent on hats: {{u.coins_spent_on_hats}}

+

+ Effortposts made: {{u.effortposts_made}} +

+ {% if u.lifetimedonated_visible %}

Lifetime donated: ${{u.lifetimedonated}} (shown to everyone)

Total award discount: {{u.formatted_award_discount}} (shown to everyone)

@@ -593,10 +597,6 @@

Total award discount: {{u.formatted_award_discount}} (shown to you only)

{% endif %} -

- Effortposts made: {{u.effortposts_made}} -

- {% if u.is_private %}

User has private mode enabled

{% endif %}