From d0dd2db1594c9c9b8e57e4ffcdbb05797558f496 Mon Sep 17 00:00:00 2001 From: Eai Date: Tue, 26 Feb 2019 21:59:47 +0900 Subject: [PATCH] =?UTF-8?q?=E6=A6=82=E6=B3=81=E3=81=AE=E9=80=9A=E7=AE=97?= =?UTF-8?q?=E5=9B=9E=E6=95=B0=E3=82=92number=5Fformat=E3=81=A7=E3=83=95?= =?UTF-8?q?=E3=82=A9=E3=83=BC=E3=83=9E=E3=83=83=E3=83=88=20(#115)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- resources/views/components/profile-stats.blade.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/resources/views/components/profile-stats.blade.php b/resources/views/components/profile-stats.blade.php index 4502525..2ef9ce3 100644 --- a/resources/views/components/profile-stats.blade.php +++ b/resources/views/components/profile-stats.blade.php @@ -12,4 +12,4 @@

最長記録: {{ Formatter::formatInterval($summary[0]->longest) }}

最短記録: {{ Formatter::formatInterval($summary[0]->shortest) }}

合計時間: {{ Formatter::formatInterval($summary[0]->total_times) }}

-

通算回数: {{ $summary[0]->total_checkins }}回

\ No newline at end of file +

通算回数: {{ number_format($summary[0]->total_checkins) }}回

\ No newline at end of file