|
|
@ -181,7 +181,7 @@
|
|
|
|
<% if (get_join_course_count(@user) != 0) %>
|
|
|
|
<% if (get_join_course_count(@user) != 0) %>
|
|
|
|
<li>加入课程 :</li>
|
|
|
|
<li>加入课程 :</li>
|
|
|
|
<% end %>
|
|
|
|
<% end %>
|
|
|
|
<% if @user.user_extensions.identity == 0 %>
|
|
|
|
<% if @user.user_extensions.identity == 1 %>
|
|
|
|
<li>参加匿评 :</li>
|
|
|
|
<li>参加匿评 :</li>
|
|
|
|
<% end %>
|
|
|
|
<% end %>
|
|
|
|
<% if (get_projectandcourse_attachment_count(@user) != 0) %>
|
|
|
|
<% if (get_projectandcourse_attachment_count(@user) != 0) %>
|
|
|
@ -212,7 +212,7 @@
|
|
|
|
<% if (get_join_course_count(@user) != 0) %>
|
|
|
|
<% if (get_join_course_count(@user) != 0) %>
|
|
|
|
<li><%= get_join_course_count(@user) %></li>
|
|
|
|
<li><%= get_join_course_count(@user) %></li>
|
|
|
|
<% end %>
|
|
|
|
<% end %>
|
|
|
|
<% if @user.user_extensions.identity == 0 %>
|
|
|
|
<% if @user.user_extensions.identity == 1 %>
|
|
|
|
<li><%= get_anonymous_evaluation_count(@user) %></li>
|
|
|
|
<li><%= get_anonymous_evaluation_count(@user) %></li>
|
|
|
|
<% end %>
|
|
|
|
<% end %>
|
|
|
|
<% if (get_projectandcourse_attachment_count(@user) != 0) %>
|
|
|
|
<% if (get_projectandcourse_attachment_count(@user) != 0) %>
|
|
|
|