mirror of
https://github.com/jcwimer/wrestlingApp
synced 2026-03-25 01:14:43 +00:00
Trying to fix all_brackets
This commit is contained in:
@@ -15,7 +15,7 @@
|
||||
|
||||
<% cache ["#{@tournament.id}_all_brackets", @tournament] do %>
|
||||
<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| %>
|
||||
<table class='pagebreak'>
|
||||
<tr>
|
||||
|
||||
Reference in New Issue
Block a user