diff --git a/app/views/static_pages/_twoPool.html.erb b/app/views/static_pages/_twoPool.html.erb index 97bb450..94742e6 100644 --- a/app/views/static_pages/_twoPool.html.erb +++ b/app/views/static_pages/_twoPool.html.erb @@ -7,6 +7,7 @@ R2 R3 R4 + R5 @@ -17,6 +18,7 @@ <%= w.boutByRound(2,@matches) %> <%= w.boutByRound(3,@matches) %> <%= w.boutByRound(4,@matches) %> + <%= w.boutByRound(5,@matches) %> <% end %> @@ -31,6 +33,7 @@ R2 R3 R4 + R5 @@ -41,6 +44,7 @@ <%= w.boutByRound(2,@matches) %> <%= w.boutByRound(3,@matches) %> <%= w.boutByRound(4,@matches) %> + <%= w.boutByRound(5,@matches) %> <% end %>