summaryrefslogtreecommitdiff
path: root/app/views/matches/index.html.erb
diff options
context:
space:
mode:
authornfoy <nfoy@purdue.edu>2014-04-22 18:30:11 -0400
committernfoy <nfoy@purdue.edu>2014-04-22 18:30:11 -0400
commite44115cf206804f7a22c5f98ba422d9c61ad81a7 (patch)
treee60532fbbc7639084ca218a196dc4b0e377ba4e7 /app/views/matches/index.html.erb
parentf4373ec761491213a4c5690ef33832f35cbb5e32 (diff)
parentc0ae56e4974a14433a58951c031d4b4c74f57935 (diff)
Merge branch 'master' of https://github.com/LukeShu/leaguer
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 %>