diff options
Diffstat (limited to 'app')
-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"> |