From 54655a2ea9d7660a66c40f4a47b2cbc61a822e84 Mon Sep 17 00:00:00 2001 From: Jacob Cody Wimer Date: Fri, 24 Jan 2025 18:04:02 -0500 Subject: [PATCH] Fixed the print view for brackets --- app/views/tournaments/all_brackets.html.erb | 98 ++++++++++++++++----- 1 file changed, 78 insertions(+), 20 deletions(-) diff --git a/app/views/tournaments/all_brackets.html.erb b/app/views/tournaments/all_brackets.html.erb index 03dd923..78458c4 100644 --- a/app/views/tournaments/all_brackets.html.erb +++ b/app/views/tournaments/all_brackets.html.erb @@ -1,20 +1,20 @@ <% cache ["#{@tournament.id}_all_brackets", @tournament] do %>