diff options
author | nfoy <nfoy@purdue.edu> | 2014-04-06 20:18:17 -0400 |
---|---|---|
committer | nfoy <nfoy@purdue.edu> | 2014-04-06 20:18:17 -0400 |
commit | 7b5bf825a8174712f3ef6e9ea7f6180e7d230f99 (patch) | |
tree | a3010f4f3132406ec652852bc89ac70527be6804 /app/views | |
parent | b805844f27b13d669a1bc98c79d656f2a7c601db (diff) |
Auto-Checking for a match's end is implemented.
Diffstat (limited to 'app/views')
-rw-r--r-- | app/views/matches/show.html.erb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/views/matches/show.html.erb b/app/views/matches/show.html.erb index 20860e2..44fe9ee 100644 --- a/app/views/matches/show.html.erb +++ b/app/views/matches/show.html.erb @@ -61,7 +61,7 @@ Players see the Peer Review Page Host see the Game Status --> -<% if @match.status == 0 %> +if (@match.status==0) %> <% if @tournament.players.include?(current_user) %> <% @match.teams.each do |team| %> <ul> |