From 7e4611ad318092457a16e5197957f3e77d0dc337 Mon Sep 17 00:00:00 2001 From: Jean-Philippe Lang Date: Fri, 7 Sep 2007 20:52:45 +0000 Subject: Removed @html_title assignments in controllers. Views can now set the header title using set_htmh_title(title) method. git-svn-id: http://redmine.rubyforge.org/svn/trunk@715 e93f8b46-1217-0410-a6f0-8f06a7374b81 --- app/views/common/403.rhtml | 2 ++ 1 file changed, 2 insertions(+) (limited to 'app/views/common/403.rhtml') diff --git a/app/views/common/403.rhtml b/app/views/common/403.rhtml index 138c1a2f9..d2d03f811 100644 --- a/app/views/common/403.rhtml +++ b/app/views/common/403.rhtml @@ -2,3 +2,5 @@

<%= l(:notice_not_authorized) %>

Back

+ +<% set_html_title '403' %> -- cgit v1.2.3