##// END OF EJS Templates
Replaced deprecated content_for_layout in the layout....
Jean-Philippe Lang -
r433:5cb64fff914c
parent child
Show More
@@ -118,7 +118,7
118
118
119 <div id="content">
119 <div id="content">
120 <% if flash[:notice] %><p style="color: green"><%= flash[:notice] %></p><% end %>
120 <% if flash[:notice] %><p style="color: green"><%= flash[:notice] %></p><% end %>
121 <%= @content_for_layout %>
121 <%= yield %>
122 </div>
122 </div>
123
123
124 <div id="footer">
124 <div id="footer">
General Comments 0
You need to be logged in to leave comments. Login now