diff options
author | AndrewMurrell <amurrel@purdue.edu> | 2014-04-27 21:30:42 -0400 |
---|---|---|
committer | AndrewMurrell <amurrel@purdue.edu> | 2014-04-27 21:30:42 -0400 |
commit | 55ce0081e6e54c3b9c0d3af23bee3fec501c89a9 (patch) | |
tree | c4e85c576bfb0f72b1b5dede603a31b01029a80f /app/views | |
parent | 35e21c339f87c1b0b1ed2c871c83ae9602adadc0 (diff) | |
parent | ee1eaebb77048d3e3537b5f1f9aead5dc379f849 (diff) |
Merge branch 'master' of http://github.com/LukeShu/leaguer
Diffstat (limited to 'app/views')
-rw-r--r-- | app/views/matches/show.html.erb | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/app/views/matches/show.html.erb b/app/views/matches/show.html.erb index 8344a7a..1c11eb7 100644 --- a/app/views/matches/show.html.erb +++ b/app/views/matches/show.html.erb @@ -21,7 +21,7 @@ function score_peers() { <%= @match.tournament_stage %> </p> -<!-- +<%# Match Status 0 => Created, waiting to start Match Status 1 => Match ready Match Status 2 => Match is running, waiting to finish @@ -34,9 +34,8 @@ function score_peers() { C. The Peer review page that the players will see if status is 3. D. The page everyone will see when status is 4. - Note:- The change of status from 2 to 3 for League of Legends is coming from League Data Pull (RIOT API) - ---> + Note: The change of status from 2 to 3 for League of Legends is coming from League Data Pull (RIOT API) +%> <div> <h2>Teams/users</h2> |