<%= flash[:notice] %>
<% end %> - <%= @content_for_layout %> + <%= yield %>diff --git a/app/views/layouts/base.rhtml b/app/views/layouts/base.rhtml index 91208c7..1e81dab 100644 --- a/app/views/layouts/base.rhtml +++ b/app/views/layouts/base.rhtml @@ -118,7 +118,7 @@
<%= flash[:notice] %>
<% end %> - <%= @content_for_layout %> + <%= yield %>