dev_bj
cxt 5 years ago
parent 8b89c6feb8
commit 7957ff55d7

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

Loading…
Cancel
Save