From ec8c5ff1fc29a933b3b340b8a698caaaa9428466 Mon Sep 17 00:00:00 2001 From: psychobunny Date: Wed, 8 Jul 2015 18:34:06 -0400 Subject: [PATCH] dashboard: format numbers --- src/views/admin/general/dashboard.tpl | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/views/admin/general/dashboard.tpl b/src/views/admin/general/dashboard.tpl index c08e64dbb5..be60e68975 100644 --- a/src/views/admin/general/dashboard.tpl +++ b/src/views/admin/general/dashboard.tpl @@ -34,19 +34,19 @@
-
{stats.day}
+ {stats.day}
Day
-
{stats.week}
+ {stats.week}
Week
-
{stats.month}
+ {stats.month}
Month
-
{stats.alltime}
+ {stats.alltime}
All Time