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:
@@ -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>
|
||||||
|
|||||||
Reference in New Issue
Block a user