diff --git a/app/views/competitions/enroll.html.erb b/app/views/competitions/enroll.html.erb
index 1c5e68dc..075bfe40 100644
--- a/app/views/competitions/enroll.html.erb
+++ b/app/views/competitions/enroll.html.erb
@@ -109,22 +109,31 @@
<% end %>
+ <% elsif !User.current.admin? %>
+
+
您还未参与报名哦,赶紧来挑战吧~
+
![](/images/educoder/competition/noTeam.png)
+
<% end %>
- <% if User.current.admin? && @teams.present? %>
-
- 搜索
- 战队数:个
- 成员数:个
- <%= @maximum_staff > 1 ? "战队总数" : "报名人数" %>:<%= @team_count %>个
-
- <%= render :partial => "competitions/team_list" %>
- <% else %>
- <% if @teams.blank? %>
-
-
您还未参与报名哦,赶紧来挑战吧~
-
![](/images/educoder/competition/noTeam.png)
-
- <% end %>
+
+ <% if User.current.admin?%>
+
+
+
搜索
+
战队数:个
+
成员数:个
+
<%= @maximum_staff > 1 ? "战队总数" : "报名人数" %>:<%= @team_count %>个
+
+
+ <% if @teams.present? %>
+ <%= render :partial => "competitions/team_list" %>
+ <% else %>
+
+
还没有人报名~
+
![](/images/educoder/competition/noTeam.png)
+
+ <% end %>
+
<% end %>