From 4413c8110077d50d2351fd7925ea16315669bab0 Mon Sep 17 00:00:00 2001 From: Jacob Cody Wimer Date: Mon, 16 Mar 2015 12:39:27 -0400 Subject: [PATCH] Two pools view needed five rounds --- app/views/static_pages/_twoPool.html.erb | 4 ++++ 1 file changed, 4 insertions(+) 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 %>