diff options
Diffstat (limited to 'app/views/matches')
-rw-r--r-- | app/views/matches/index.html.erb | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/app/views/matches/index.html.erb b/app/views/matches/index.html.erb index 0f86da6..babf45e 100644 --- a/app/views/matches/index.html.erb +++ b/app/views/matches/index.html.erb @@ -1,6 +1,6 @@ <h1><%= @tournament.name %> Matches</h1> -<!-- + <table> <thead> <tr> @@ -29,7 +29,7 @@ </table> <br> ---> + <SVG version="1.1" baseProfile="full" |