平台超级管理员无法访问私有的竞赛,正确的应该是可以访问并进行操作

This commit is contained in:
cxt 2016-12-30 16:43:29 +08:00
parent cde8a8957c
commit 7f7edf53ac
1 changed files with 1 additions and 1 deletions

View File

@ -3,7 +3,7 @@
<span class="sy_cgrey">&nbsp;&gt;&nbsp;</span>
<%= link_to @contest.name, contest_path(@contest), :class => "sy_cgrey" %>
</p>
<% if User.current.admin_of_contest?(@contest) %>
<% if User.current.admin_of_contest?(@contest) || User.current.admin? %>
<%= render :partial => "contests/mamager_setting" %>
<% end %>