From 47c171dbf02052dd75ef9bf5f089e95a87b3a7ae Mon Sep 17 00:00:00 2001 From: cxt Date: Thu, 30 Jul 2015 10:54:25 +0800 Subject: [PATCH] =?UTF-8?q?=E5=88=A0=E9=99=A4=E8=80=81=E5=B8=88=E4=B8=AA?= =?UTF-8?q?=E4=BA=BA=E4=B8=BB=E9=A1=B5=E7=9A=84=E2=80=9C=E5=8F=82=E5=8A=A0?= =?UTF-8?q?=E5=8C=BF=E8=AF=84=E2=80=9D=EF=BC=8C=E6=B7=BB=E5=8A=A0=E5=AD=A6?= =?UTF-8?q?=E7=94=9F=E4=B8=AA=E4=BA=BA=E4=B8=BB=E9=A1=B5=E7=9A=84=E2=80=9C?= =?UTF-8?q?=E5=8F=82=E5=8A=A0=E5=8C=BF=E8=AF=84=E2=80=9D?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- app/views/layouts/base_users_new.html.erb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/app/views/layouts/base_users_new.html.erb b/app/views/layouts/base_users_new.html.erb index 683c7b0b5..670d03663 100644 --- a/app/views/layouts/base_users_new.html.erb +++ b/app/views/layouts/base_users_new.html.erb @@ -181,7 +181,7 @@ <% if (get_join_course_count(@user) != 0) %>
  • 加入课程 :
  • <% end %> - <% if @user.user_extensions.identity == 0 %> + <% if @user.user_extensions.identity == 1 %>
  • 参加匿评 :
  • <% end %> <% if (get_projectandcourse_attachment_count(@user) != 0) %> @@ -212,7 +212,7 @@ <% if (get_join_course_count(@user) != 0) %>
  • <%= get_join_course_count(@user) %>
  • <% end %> - <% if @user.user_extensions.identity == 0 %> + <% if @user.user_extensions.identity == 1 %>
  • <%= get_anonymous_evaluation_count(@user) %>
  • <% end %> <% if (get_projectandcourse_attachment_count(@user) != 0) %>