From 3d8e0050eeff9d3d90f6b450c0cb21f65e36b167 Mon Sep 17 00:00:00 2001 From: cxt <853663049@qq.com> Date: Tue, 10 Sep 2019 11:08:54 +0800 Subject: [PATCH] =?UTF-8?q?=E6=AF=95=E8=AE=BE=E9=80=89=E9=A2=98=E7=9A=84?= =?UTF-8?q?=E7=BC=96=E8=BE=91?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- app/controllers/graduation_topics_controller.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/controllers/graduation_topics_controller.rb b/app/controllers/graduation_topics_controller.rb index 86d0ab2b5..0e6135e8c 100644 --- a/app/controllers/graduation_topics_controller.rb +++ b/app/controllers/graduation_topics_controller.rb @@ -110,7 +110,7 @@ class GraduationTopicsController < ApplicationController left_banner_content = @course.course_modules.search_by_module_type("graduation") if left_banner_content.present? @left_banner_id = left_banner_content.first.id - @left_banner_name = left_banner_content.first.name + @left_banner_name = "毕设选题" end end