diff --git a/app/views/tournaments/show.html.erb b/app/views/tournaments/show.html.erb index a010fdd..0257125 100644 --- a/app/views/tournaments/show.html.erb +++ b/app/views/tournaments/show.html.erb @@ -25,7 +25,7 @@ Tournament Information Is Public: <%= @tournament.is_public %>
-Brackets and team scores can be found in the white nav-bar up top.
+<% if can? :read, @tournament %>Brackets and team scores can be found in the white nav-bar up top.
<% end %>Click to see lineups, bout numbers, score breakdowns, and stats.