From 3c0fe1effc26cdb1377acbd97bda48385de60f78 Mon Sep 17 00:00:00 2001 From: Nolan Lawson Date: Tue, 3 Apr 2018 08:57:01 -0700 Subject: [PATCH] number format account profile details --- .../profile/AccountProfileDetails.html | 22 +++++++++++++++---- 1 file changed, 18 insertions(+), 4 deletions(-) diff --git a/routes/_components/profile/AccountProfileDetails.html b/routes/_components/profile/AccountProfileDetails.html index 160bae7..7a1717d 100644 --- a/routes/_components/profile/AccountProfileDetails.html +++ b/routes/_components/profile/AccountProfileDetails.html @@ -4,7 +4,7 @@ Toots - {{account.statuses_count || 0}} + {{numStatusesDisplay}}
@@ -12,7 +12,7 @@ Follows
@@ -20,7 +20,7 @@ Followers
@@ -85,4 +85,18 @@ text-align: center; } } - \ No newline at end of file + + \ No newline at end of file