From 7467b9a74aae7ab2eeb2a62f4b9a1caf78454491 Mon Sep 17 00:00:00 2001 From: daiao <358551898@qq.com> Date: Tue, 10 Jan 2017 14:50:16 +0800 Subject: [PATCH] =?UTF-8?q?=E9=97=AE=E5=90=A7=E6=89=80=E6=9C=89=E9=A1=B5?= =?UTF-8?q?=E9=9D=A2=E7=9A=84=E6=A0=87=E7=AD=BE=E6=98=BE=E7=A4=BA=E2=80=9C?= =?UTF-8?q?=E9=97=AE=E5=90=A7-=E7=A1=AE=E5=AE=9E=E8=AE=A9=E5=88=9B?= =?UTF-8?q?=E6=96=B0=E6=9B=B4=E7=BE=8E=E5=A5=BD=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, 2 insertions(+) diff --git a/app/helpers/application_helper.rb b/app/helpers/application_helper.rb index a40254b97..a382e75a4 100644 --- a/app/helpers/application_helper.rb +++ b/app/helpers/application_helper.rb @@ -1341,6 +1341,8 @@ module ApplicationHelper title << @contest.name elsif @organization title << @organization.name + elsif @forum || params[:controller] == "forums" + title << "问吧" elsif @user if !@project_community.blank? title << @project_community