问吧所有页面的标签显示“问吧-确实让创新更美好”
This commit is contained in:
parent
a4a1b705f5
commit
7467b9a74a
|
@ -1341,6 +1341,8 @@ module ApplicationHelper
|
||||||
title << @contest.name
|
title << @contest.name
|
||||||
elsif @organization
|
elsif @organization
|
||||||
title << @organization.name
|
title << @organization.name
|
||||||
|
elsif @forum || params[:controller] == "forums"
|
||||||
|
title << "问吧"
|
||||||
elsif @user
|
elsif @user
|
||||||
if !@project_community.blank?
|
if !@project_community.blank?
|
||||||
title << @project_community
|
title << @project_community
|
||||||
|
|
Loading…
Reference in New Issue