1
0
mirror of https://github.com/jcwimer/wrestlingApp synced 2026-04-13 16:40:48 +00:00

Trying to fix all_brackets

This commit is contained in:
2021-02-17 04:00:59 +00:00
parent 987c89b7d5
commit f5ddc6652d

View File

@@ -15,7 +15,7 @@
<% cache ["#{@tournament.id}_all_brackets", @tournament] do %> <% cache ["#{@tournament.id}_all_brackets", @tournament] do %>
<div id="exportable" > <div id="exportable" >
<%= render file: Rails.root.join('app/views/tournaments/team_scores.html.erb') %> <%= render :template => 'tournaments/team_scores' %>
<% @tournament.weights.sort_by{|w| w.max}.each do |weight| %> <% @tournament.weights.sort_by{|w| w.max}.each do |weight| %>
<table class='pagebreak'> <table class='pagebreak'>
<tr> <tr>