Merge branch 'pull/843' into titles
This commit is contained in:
commit
cb87f02642
2 changed files with 4 additions and 4 deletions
|
@ -8,7 +8,7 @@ module TitleHelper
|
|||
def set_title(title = nil)
|
||||
if title
|
||||
@title = TitleHelper.coder.decode(title.gsub("<bdi>", "\u202a").gsub("</bdi>", "\u202c"))
|
||||
response.headers["X-Page-Title"] = ERB::Util.u(t("layouts.project_name.title") + " | " + @title)
|
||||
response.headers["X-Page-Title"] = ERB::Util.u(@title + " | " + t("layouts.project_name.title"))
|
||||
else
|
||||
@title = title
|
||||
response.headers["X-Page-Title"] = ERB::Util.u(t("layouts.project_name.title"))
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue