summaryrefslogtreecommitdiff
path: root/app/views/matches
diff options
context:
space:
mode:
authorDavisLWebb <davislwebb@ymail.com>2014-04-06 17:23:21 -0400
committerDavisLWebb <davislwebb@ymail.com>2014-04-06 17:23:21 -0400
commit7e7b56d0a722e6c7e453d83f65324ec9d571b109 (patch)
tree5fbe7d93e2723e75a685edd8527bc7ce366aee56 /app/views/matches
parent353a5dfcc1782744684922b7d41c8030750d1533 (diff)
Fixed match view, GUNTAS
Diffstat (limited to 'app/views/matches')
-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| %>