]> git.openstreetmap.org Git - rails.git/blobdiff - app/helpers/title_helper.rb
Page titles: put specific page title at the start not the end
[rails.git] / app / helpers / title_helper.rb
index a1a2125a173f81a72f2b53dcdccecdb3b9322e3f..e72069ff013a6a51308341f3ca2643f50b2db35a 100644 (file)
@@ -6,7 +6,7 @@ module TitleHelper
   def set_title(title = false)
     if title
       @title = @@coder.decode(title.gsub("<bdi>", "\u202a").gsub("</bdi>", "\u202c"))
-      response.headers["X-Page-Title"] = t('layouts.project_name.title') + ' | ' + @title
+      response.headers["X-Page-Title"] = @title + ' | ' + t('layouts.project_name.title')
     else
       @title = title
       response.headers["X-Page-Title"] = t('layouts.project_name.title')