diff options
Diffstat (limited to 'app')
-rw-r--r-- | app/views/matches/show.html.erb | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/app/views/matches/show.html.erb b/app/views/matches/show.html.erb index ffa7682..25be7b8 100644 --- a/app/views/matches/show.html.erb +++ b/app/views/matches/show.html.erb @@ -55,6 +55,7 @@ <li><%= k %></li> <% end %> </ol> + <% end %> <% elsif (@tournament.hosts.include?(current_user)) %> <label>Game Status Page Goes here! Because you are a Host that is not a player!</label> |