|
|
@ -3080,7 +3080,7 @@ module ApplicationHelper
|
|
|
|
elsif @syllabus
|
|
|
|
elsif @syllabus
|
|
|
|
title << (@syllabus.title.nil? ? "课堂" : @syllabus.title)
|
|
|
|
title << (@syllabus.title.nil? ? "课堂" : @syllabus.title)
|
|
|
|
else
|
|
|
|
else
|
|
|
|
title << (User.current.anonymous? ? "Educoder实践教学" : User.current.show_name)
|
|
|
|
title << (User.current.anonymous? ? "EduCoder实践教学" : User.current.show_name)
|
|
|
|
end
|
|
|
|
end
|
|
|
|
# if first_page.nil? || first_page.web_title.nil?
|
|
|
|
# if first_page.nil? || first_page.web_title.nil?
|
|
|
|
# title << Setting.app_title unless Setting.app_title == title.last
|
|
|
|
# title << Setting.app_title unless Setting.app_title == title.last
|
|
|
|