summaryrefslogtreecommitdiffstats
path: root/app/views/layouts/base.rhtml
diff options
context:
space:
mode:
authorJean-Philippe Lang <jp_lang@yahoo.fr>2009-02-20 18:34:57 +0000
committerJean-Philippe Lang <jp_lang@yahoo.fr>2009-02-20 18:34:57 +0000
commit33e7ae96adcb0282ee181560bb88c0765a8ee149 (patch)
tree8faa7897cbf958d717ce9c06b0290638eca5e240 /app/views/layouts/base.rhtml
parent04c428e059484c77dea3b7931051ba90cef38380 (diff)
downloadredmine-33e7ae96adcb0282ee181560bb88c0765a8ee149.tar.gz
redmine-33e7ae96adcb0282ee181560bb88c0765a8ee149.zip
Adds (a maximum of 3) links to project ancestors in the page title (#2788).
git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@2485 e93f8b46-1217-0410-a6f0-8f06a7374b81
Diffstat (limited to 'app/views/layouts/base.rhtml')
-rw-r--r--app/views/layouts/base.rhtml2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/views/layouts/base.rhtml b/app/views/layouts/base.rhtml
index 8cb8f5f69..4f9adf6d7 100644
--- a/app/views/layouts/base.rhtml
+++ b/app/views/layouts/base.rhtml
@@ -37,7 +37,7 @@
<%= render_project_jump_box %>
</div>
- <h1><%= h(@project && !@project.new_record? ? @project.name : Setting.app_title) %></h1>
+ <h1><%= page_header_title %></h1>
<div id="main-menu">
<%= render_main_menu(@project) %>