diff --git a/app/views/matches/_matchstats.html.erb b/app/views/matches/_matchstats.html.erb
index d2568b7..56ec254 100644
--- a/app/views/matches/_matchstats.html.erb
+++ b/app/views/matches/_matchstats.html.erb
@@ -42,6 +42,7 @@
+
<%= @wrestler2_name %> Scoring
@@ -49,6 +50,7 @@
|
+
<%= @wrestler1_name %> Choice
@@ -200,6 +202,7 @@
redColor("w1-escape");
redColor("w1-reversal");
redColor("w1-penalty");
+ redColor("w1-penalty2");
redColor("w1-nf4");
redColor("w1-nf3");
redColor("w1-nf2");
@@ -216,6 +219,7 @@
greenColor("w1-escape");
greenColor("w1-reversal");
greenColor("w1-penalty");
+ greenColor("w1-penalty2");
greenColor("w1-nf4");
greenColor("w1-nf3");
greenColor("w1-nf2");
@@ -232,6 +236,7 @@
redColor("w2-escape");
redColor("w2-reversal");
redColor("w2-penalty");
+ redColor("w2-penalty2");
redColor("w2-nf4");
redColor("w2-nf3");
redColor("w2-nf2");
@@ -248,6 +253,7 @@
greenColor("w2-escape");
greenColor("w2-reversal");
greenColor("w2-penalty");
+ greenColor("w2-penalty2");
greenColor("w2-nf4");
greenColor("w2-nf3");
greenColor("w2-nf2");
|