Skip to content

Commit b1b28be

Browse files
authored
Merge pull request #905 from project-primera/fix/delete-sum-row
feat: あまり意味をなさないのでレート対象曲平均を削除
2 parents ef503a7 + b95e141 commit b1b28be

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

OngekiScoreLog/resources/views/user_rating.blade.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -61,15 +61,15 @@
6161
<td>{{sprintf("%.3f", $statistics->oldBestRatingTotal)}}</td>
6262
<td>{{sprintf("%.3f", $statistics->oldBestRatingContribute)}}</td>
6363
</tr>
64-
<tr>
64+
<!-- <tr>
6565
<td>レート対象曲平均</td>
6666
<td>{{sprintf("%.3f", $statistics->totalRatingAverage)}}</td>
6767
<td>{{$statistics->totalRatingCount}}</td>
6868
<td>{{sprintf("%.3f", $statistics->totalRatingTop)}}</td>
6969
<td>{{sprintf("%.3f", $statistics->totalRatingMin)}}</td>
7070
<td>{{sprintf("%.3f", $statistics->totalRatingTotal)}}</td>
7171
<td>{{sprintf("%.3f", $statistics->totalRatingContribute)}}</td>
72-
</tr>
72+
</tr> -->
7373
<tr>
7474
<td>プラチナスコア枠</td>
7575
<td>{{sprintf("%.3f", $statistics->platinumRatingAverage)}}</td>

0 commit comments

Comments
 (0)