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