]> source.dussan.org Git - redmine.git/commitdiff
Replaced deprecated content_for_layout in the layout.
authorJean-Philippe Lang <jp_lang@yahoo.fr>
Sun, 8 Apr 2007 20:43:57 +0000 (20:43 +0000)
committerJean-Philippe Lang <jp_lang@yahoo.fr>
Sun, 8 Apr 2007 20:43:57 +0000 (20:43 +0000)
git-svn-id: http://redmine.rubyforge.org/svn/trunk@436 e93f8b46-1217-0410-a6f0-8f06a7374b81

app/views/layouts/base.rhtml

index 91208c77ac6858aef8fb877d1c736efefeb11cd4..1e81dabd2498d7ea6056de6242e0007a7cf2f8f0 100644 (file)
 
        <div id="content">
                <% if flash[:notice] %><p style="color: green"><%= flash[:notice] %></p><% end %>               
-               <%= @content_for_layout %>      
+               <%= yield %>    
        </div>
        
        <div id="footer">