1
0
mirror of https://github.com/jcwimer/wrestlingApp synced 2026-04-11 07:56:28 +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>R1</th>
<th>R2</th> <th>R2</th>
<th>R3</th> <th>R3</th>
<th>R4</th> <% if @bracketType == "twoPoolsToFinal" %>
<th>R5</th> <th>R4</th>
<th>R5</th>
<% end %>
</tr> </tr>
</thead> </thead>
<tbody> <tbody>
@@ -17,8 +19,10 @@
<td><%= w.boutByRound(1,@matches) %><br></td> <td><%= w.boutByRound(1,@matches) %><br></td>
<td><%= w.boutByRound(2,@matches) %></td> <td><%= w.boutByRound(2,@matches) %></td>
<td><%= w.boutByRound(3,@matches) %></td> <td><%= w.boutByRound(3,@matches) %></td>
<td><%= w.boutByRound(4,@matches) %></td> <% if @bracketType == "twoPoolsToFinal" %>
<td><%= w.boutByRound(5,@matches) %></td> <td><%= w.boutByRound(4,@matches) %></td>
<td><%= w.boutByRound(5,@matches) %></td>
<% end %>
</tr> </tr>
<% end %> <% end %>
</tbody> </tbody>
@@ -32,8 +36,10 @@
<th>R1</th> <th>R1</th>
<th>R2</th> <th>R2</th>
<th>R3</th> <th>R3</th>
<th>R4</th> <% if @bracketType == "twoPoolsToFinal" %>
<th>R5</th> <th>R4</th>
<th>R5</th>
<% end %>
</tr> </tr>
</thead> </thead>
<tbody> <tbody>
@@ -43,8 +49,10 @@
<td><%= w.boutByRound(1,@matches) %><br></td> <td><%= w.boutByRound(1,@matches) %><br></td>
<td><%= w.boutByRound(2,@matches) %></td> <td><%= w.boutByRound(2,@matches) %></td>
<td><%= w.boutByRound(3,@matches) %></td> <td><%= w.boutByRound(3,@matches) %></td>
<td><%= w.boutByRound(4,@matches) %></td> <% if @bracketType == "twoPoolsToFinal" %>
<td><%= w.boutByRound(5,@matches) %></td> <td><%= w.boutByRound(4,@matches) %></td>
<td><%= w.boutByRound(5,@matches) %></td>
<% end %>
</tr> </tr>
<% end %> <% end %>
</tbody> </tbody>