From d44aea1ce1b8726cc7c4c6871b36c8333602c1c4 Mon Sep 17 00:00:00 2001 From: cxt Date: Fri, 9 Sep 2016 16:44:22 +0800 Subject: [PATCH] =?UTF-8?q?=E5=B7=A6=E4=BE=A7=E7=8F=AD=E7=BA=A7=E5=88=97?= =?UTF-8?q?=E8=A1=A8=E7=9A=84=E9=BB=91=E7=82=B9=E6=94=B9=E6=88=90=E7=81=B0?= =?UTF-8?q?=E8=89=B2?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- app/views/layouts/_user_courses.html.erb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/views/layouts/_user_courses.html.erb b/app/views/layouts/_user_courses.html.erb index 21858fbea..746064020 100644 --- a/app/views/layouts/_user_courses.html.erb +++ b/app/views/layouts/_user_courses.html.erb @@ -4,7 +4,7 @@ <% is_teacher = User.current.logged? && (User.current.admin? || User.current.allowed_to?(:as_teacher,course)) %> <%#= link_to course.name+"("+current_time_and_term_short(course)+")", course_path(course.id,:host=>Setting.host_course),