diff options
author | Luke Shumaker <shumakl@purdue.edu> | 2014-04-06 17:32:44 -0400 |
---|---|---|
committer | Luke Shumaker <shumakl@purdue.edu> | 2014-04-06 17:32:44 -0400 |
commit | b186c3b1154d1444af0b09f3431ebdb0b2ccc54e (patch) | |
tree | faaad76a1ed9bfaa9bd9688fa477d4beb002ba21 /app | |
parent | 8f1a442b8f647ddca49572c8deb63f035d85ccf8 (diff) | |
parent | 7e7b56d0a722e6c7e453d83f65324ec9d571b109 (diff) |
Merge branch 'master' of github.com:LukeShu/leaguer
Diffstat (limited to 'app')
-rw-r--r-- | app/views/matches/show.html.erb | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/app/views/matches/show.html.erb b/app/views/matches/show.html.erb index 6fb4042..20860e2 100644 --- a/app/views/matches/show.html.erb +++ b/app/views/matches/show.html.erb @@ -61,8 +61,8 @@ Players see the Peer Review Page Host see the Game Status --> -<% if (@match.status==0) %> - <% if (@tournament.players.include?(current_user) %> +<% if @match.status == 0 %> + <% if @tournament.players.include?(current_user) %> <% @match.teams.each do |team| %> <ul> <% team.users.collect{|u| u.user_name}.each do |k| %> |