diff options
author | Jean-Philippe Lang <jp_lang@yahoo.fr> | 2007-04-08 20:43:57 +0000 |
---|---|---|
committer | Jean-Philippe Lang <jp_lang@yahoo.fr> | 2007-04-08 20:43:57 +0000 |
commit | 5cb64fff914c7b15436a971e41ada2543f48082b (patch) | |
tree | 4d9381145b8ecef2b26de217dfbaace6d4d83fbd /app/views/layouts | |
parent | 1adf56664d95ba624b81c7cc57603f7f8b5a99c1 (diff) | |
download | redmine-5cb64fff914c7b15436a971e41ada2543f48082b.tar.gz redmine-5cb64fff914c7b15436a971e41ada2543f48082b.zip |
Replaced deprecated content_for_layout in the layout.
git-svn-id: http://redmine.rubyforge.org/svn/trunk@436 e93f8b46-1217-0410-a6f0-8f06a7374b81
Diffstat (limited to 'app/views/layouts')
-rw-r--r-- | app/views/layouts/base.rhtml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/views/layouts/base.rhtml b/app/views/layouts/base.rhtml index 91208c77a..1e81dabd2 100644 --- a/app/views/layouts/base.rhtml +++ b/app/views/layouts/base.rhtml @@ -118,7 +118,7 @@ <div id="content"> <% if flash[:notice] %><p style="color: green"><%= flash[:notice] %></p><% end %> - <%= @content_for_layout %> + <%= yield %> </div> <div id="footer"> |