From 7fefef312273f2b84e2fc122badbf4ce8ec5a659 Mon Sep 17 00:00:00 2001 From: huang Date: Tue, 23 May 2017 21:29:47 +0800 Subject: [PATCH] =?UTF-8?q?=E5=B9=B3=E5=8F=B0=E9=A6=96=E9=A1=B5=E6=A0=87?= =?UTF-8?q?=E7=AD=BE=E6=94=B9=E6=88=90=E2=80=9C=E9=AB=98=E6=A0=A1=E6=99=BA?= =?UTF-8?q?=E8=83=BD=E5=8C=96=E6=95=99=E5=AD=A6=E4=B8=8E=E5=AE=9E=E8=AE=AD?= =?UTF-8?q?=E5=B9=B3=E5=8F=B0=E2=80=9D?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- app/helpers/application_helper.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/helpers/application_helper.rb b/app/helpers/application_helper.rb index b5b77c58f..97ada377a 100644 --- a/app/helpers/application_helper.rb +++ b/app/helpers/application_helper.rb @@ -1692,7 +1692,7 @@ module ApplicationHelper if @project title << (@project.name.nil? ? "让创新更美好" : @project.name) elsif @welcome - title << "高校教育大数据服务平台" + title << "高校智能化教学与实训平台" elsif @course title << (@course.name.nil? ? "智能课堂" : @course.name) elsif @contest