From 5cb64fff914c7b15436a971e41ada2543f48082b Mon Sep 17 00:00:00 2001 From: Jean-Philippe Lang Date: Sun, 8 Apr 2007 20:43:57 +0000 Subject: [PATCH] Replaced deprecated content_for_layout in the layout. git-svn-id: http://redmine.rubyforge.org/svn/trunk@436 e93f8b46-1217-0410-a6f0-8f06a7374b81 --- app/views/layouts/base.rhtml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/views/layouts/base.rhtml b/app/views/layouts/base.rhtml index 91208c77..1e81dabd 100644 --- a/app/views/layouts/base.rhtml +++ b/app/views/layouts/base.rhtml @@ -118,7 +118,7 @@
<% if flash[:notice] %>

<%= flash[:notice] %>

<% end %> - <%= @content_for_layout %> + <%= yield %>