回答編集履歴
1
出力用の=忘れ
test
CHANGED
@@ -10,7 +10,7 @@
|
|
10
10
|
|
11
11
|
<li>プレイヤー:<%= score.user.name %>
|
12
12
|
|
13
|
-
<% format('%+d', score.overunder) %>
|
13
|
+
<%= format('%+d', score.overunder) %>
|
14
14
|
|
15
15
|
</li>
|
16
16
|
|