Commit 5cb64fff authored by Jean-Philippe Lang's avatar Jean-Philippe Lang

Replaced deprecated content_for_layout in the layout.

git-svn-id: http://redmine.rubyforge.org/svn/trunk@436 e93f8b46-1217-0410-a6f0-8f06a7374b81
parent 1adf5666
......@@ -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">
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment