From 10ce93790099c41907ff74894a97f7ac27218a6a Mon Sep 17 00:00:00 2001 From: wanglinchun Date: Thu, 6 Mar 2014 09:50:42 +0800 Subject: [PATCH] =?UTF-8?q?=E8=B0=83=E6=95=B4=E6=95=99=E5=B8=88=E5=92=8C?= =?UTF-8?q?=E5=AD=A6=E7=94=9F=E5=B7=B2=E7=BB=93=E6=9D=9F=E8=AF=BE=E7=A8=8B?= =?UTF-8?q?=E6=98=BE=E7=A4=BA=E9=A2=9C=E8=89=B2?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- app/views/users/_my_course.html.erb | 2 +- app/views/users/_my_joinedcourse.html.erb | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/app/views/users/_my_course.html.erb b/app/views/users/_my_course.html.erb index cb7c592f9..801fac2e0 100644 --- a/app/views/users/_my_course.html.erb +++ b/app/views/users/_my_course.html.erb @@ -22,7 +22,7 @@

- <%= link_to l(:label_course_done)+"("+@memberships_done.count.to_s+")", 'javascript:void(0);', :onclick => '$("#courses_history_block").slideToggle(400);' if User.current.logged? %> + <%= link_to l(:label_course_done)+"("+@memberships_done.count.to_s+")", 'javascript:void(0);', :onclick => '$("#courses_history_block").slideToggle(400);' , style: "color:#666666;" if User.current.logged? %>