summaryrefslogtreecommitdiff
path: root/app/views/matches/index.html.erb
diff options
context:
space:
mode:
authorLuke Shumaker <shumakl@purdue.edu>2014-04-22 18:29:17 -0400
committerLuke Shumaker <shumakl@purdue.edu>2014-04-22 18:29:17 -0400
commitb4bc055585dee532653a8c64e45385e085ec22a8 (patch)
tree6ecad9d0bee5fd547ad0e68ec58bb8fde226e848 /app/views/matches/index.html.erb
parenta185e81094bed6626ac69449eff0f01bdfbc5197 (diff)
I hate code
Diffstat (limited to 'app/views/matches/index.html.erb')
-rw-r--r--app/views/matches/index.html.erb2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/views/matches/index.html.erb b/app/views/matches/index.html.erb
index 058477a..fda8582 100644
--- a/app/views/matches/index.html.erb
+++ b/app/views/matches/index.html.erb
@@ -37,5 +37,5 @@
<br>
<% @tournament.stages_ordered.keys.sort.each do |stage_key| %>
- <div class="graph"><%= raw @tournament.stages_ordered[stage_key].to_svg %></div>
+ <div class="graph"><%= raw @tournament.stages_ordered[stage_key].to_svg(current_user) %></div>
<% end %>