1
0
mirror of https://github.com/jcwimer/wrestlingApp synced 2026-03-25 01:14:43 +00:00

Fixed two pool to semi view

This commit is contained in:
2015-03-27 12:56:23 +00:00
parent 4b6b20c912
commit f166da9a2f

View File

@@ -6,8 +6,10 @@
<th>R1</th>
<th>R2</th>
<th>R3</th>
<th>R4</th>
<th>R5</th>
<% if @bracketType == "twoPoolsToFinal" %>
<th>R4</th>
<th>R5</th>
<% end %>
</tr>
</thead>
<tbody>
@@ -17,8 +19,10 @@
<td><%= w.boutByRound(1,@matches) %><br></td>
<td><%= w.boutByRound(2,@matches) %></td>
<td><%= w.boutByRound(3,@matches) %></td>
<td><%= w.boutByRound(4,@matches) %></td>
<td><%= w.boutByRound(5,@matches) %></td>
<% if @bracketType == "twoPoolsToFinal" %>
<td><%= w.boutByRound(4,@matches) %></td>
<td><%= w.boutByRound(5,@matches) %></td>
<% end %>
</tr>
<% end %>
</tbody>
@@ -32,8 +36,10 @@
<th>R1</th>
<th>R2</th>
<th>R3</th>
<th>R4</th>
<th>R5</th>
<% if @bracketType == "twoPoolsToFinal" %>
<th>R4</th>
<th>R5</th>
<% end %>
</tr>
</thead>
<tbody>
@@ -43,8 +49,10 @@
<td><%= w.boutByRound(1,@matches) %><br></td>
<td><%= w.boutByRound(2,@matches) %></td>
<td><%= w.boutByRound(3,@matches) %></td>
<td><%= w.boutByRound(4,@matches) %></td>
<td><%= w.boutByRound(5,@matches) %></td>
<% if @bracketType == "twoPoolsToFinal" %>
<td><%= w.boutByRound(4,@matches) %></td>
<td><%= w.boutByRound(5,@matches) %></td>
<% end %>
</tr>
<% end %>
</tbody>