Skip to content

Commit 89f0e57

Browse files
committed
Tweak 文言 of 参加者数 in Stats
1 parent 944cff2 commit 89f0e57

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

app/views/static_pages/stats.html.haml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,8 +22,9 @@
2222
%h3 開催回数
2323
= @sum_of_events
2424
25-
%h3 参加者数 (延べ)
26-
= @sum_of_participants = EventHistory.sum(:participants)
25+
%h3 参加者数
26+
延べ
27+
= @sum_of_participants
2728
2829
%h3 計測対象
2930
= @sum_of_dojos

0 commit comments

Comments
 (0)