summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--app/views/matches/show.html.erb4
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| %>