##// END OF EJS Templates
Removed @html_title assignments in controllers....
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

File last commit:

r704:7e4611ad3180
r704:7e4611ad3180
Show More
404.rhtml
6 lines | 134 B | text/html+ruby | RhtmlLexer
<h2>404</h2>
<p><%= l(:notice_file_not_found) %></p>
<p><a href="javascript:history.back()">Back</a></p>
<% set_html_title '404' %>