From 7b5bf825a8174712f3ef6e9ea7f6180e7d230f99 Mon Sep 17 00:00:00 2001 From: nfoy Date: Sun, 6 Apr 2014 20:18:17 -0400 Subject: Auto-Checking for a match's end is implemented. --- app/views/matches/show.html.erb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'app/views/matches') 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| %>