diff --git a/app/views/tournaments/bout_sheets.html.erb b/app/views/tournaments/bout_sheets.html.erb index 4560238..b8f8430 100644 --- a/app/views/tournaments/bout_sheets.html.erb +++ b/app/views/tournaments/bout_sheets.html.erb @@ -1,112 +1,124 @@ + <% @matches.each do |match| %> <% if match.w1 && match.w2 %> <% w1 = Wrestler.find(match.w1) %> <% w2 = Wrestler.find(match.w2) %> <% end %> -
| Circle Winner | -
- <%= match.w1_name %> -<%= if w1 then w1.school.name end %> - |
-
- <%= match.w2_name %> -<%= if w2 then w2.school.name end %> - |
- |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| + |
| Circle Winner | +
+ <%= match.w1_name %>-<%= w1&.school&.name %> + |
+
+ <%= match.w2_name %>-<%= w2&.school&.name %> + |
+
|---|---|---|
| red / green (circle one) | red / green (circle one) | |
| Period 1 | -||
| <%= period %> | ++ | + |
| Choice (if applicable) | +top / bottom / neutral / defer (circle one) | +top / bottom / neutral / defer (circle one) | +
| <%= period %> | ++ | + |
| Choice (if applicable) | +top / bottom / neutral / defer (circle one) | +top / bottom / neutral / defer (circle one) | +
| <%= period %> | ++ | + |
| Final Score (or pin time, default, disqualified, etc) | ++ | |
| Choice | -top / bottom / neutral / defer (circle one) | -top / bottom / neutral / defer (circle one) | -
| Period 2 | -||
| Choice | -top / bottom / neutral / defer (circle one) | -top / bottom / neutral / defer (circle one) | -
| Period 3 | -||
| Overtime 1 | -||
| Choice | -top / bottom / neutral / defer (circle one) | -top / bottom / neutral / defer (circle one) | -
| Overtime 2 | -||
| Choice | -top / bottom / neutral / defer (circle one) | -top / bottom / neutral / defer (circle one) | -
| Overtime 3 | -||
| Choice | -top / bottom / neutral / defer (circle one) | -top / bottom / neutral / defer (circle one) | -
| Overtime 4 | -||
| Final Score (or pin time, default, disqualified, etc) | -