OSDN Git Service

Removed @html_title assignments in controllers.
authorJean-Philippe Lang <jp_lang@yahoo.fr>
Fri, 7 Sep 2007 20:52:45 +0000 (20:52 +0000)
committerJean-Philippe Lang <jp_lang@yahoo.fr>
Fri, 7 Sep 2007 20:52:45 +0000 (20:52 +0000)
commit7e4611ad318092457a16e5197957f3e77d0dc337
treecd9f83f173dce14a62dd88dbc9fb29c63b798937
parentfdf842a4c458b9f40c233bda221ff241df8eb108
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
12 files changed:
app/controllers/application.rb
app/controllers/issues_controller.rb
app/controllers/projects_controller.rb
app/controllers/search_controller.rb
app/helpers/application_helper.rb
app/views/common/403.rhtml
app/views/common/404.rhtml
app/views/issues/show.rhtml
app/views/layouts/base.rhtml
app/views/projects/list_issues.rhtml
app/views/wiki/edit.rhtml
app/views/wiki/show.rhtml