summaryrefslogtreecommitdiff
path: root/app/views/matches/index.html.erb
diff options
context:
space:
mode:
authorguntasgrewal <guntasgrewal@gmail.com>2014-04-07 03:58:45 -0400
committerguntasgrewal <guntasgrewal@gmail.com>2014-04-07 03:58:45 -0400
commit26738698ae3a26c98d81a03309c150c7e38e3488 (patch)
treed118af5019890b00518d9da9099205bdb51ccfff /app/views/matches/index.html.erb
parentf20dc8df17187027c1881803dbc72b1d3802ff1a (diff)
parent641e968a7ffaaa31724b34422cc165d4b66ae131 (diff)
Merge branch 'master' of https://github.com/LukeShu/leaguer
Conflicts: app/controllers/matches_controller.rb app/views/matches/show.html.erb
Diffstat (limited to 'app/views/matches/index.html.erb')
-rw-r--r--app/views/matches/index.html.erb3
1 files changed, 2 insertions, 1 deletions
diff --git a/app/views/matches/index.html.erb b/app/views/matches/index.html.erb
index 6c93321..15b59f4 100644
--- a/app/views/matches/index.html.erb
+++ b/app/views/matches/index.html.erb
@@ -36,7 +36,8 @@
<SVG version="1.1"
baseProfile="full"
width="100%" height="<%= @height = [@height, 500].max %>"
- xmlns="http://www.w3.org/2000/svg">
+ xmlns="http://www.w3.org/2000/svg"
+ xmlns:xlink="http://www.w3.org/1999/xlink">
<% lastrx = 0
lastry = 0
lastrh = 0