<%= @flash[:notice] %>
+<% if flash[:notice] %>
+ <%= flash[:notice] %>
<% end %>
- <%= @content_for_layout %>
+ <%= yield %>
X-Git-Url: https://git.openstreetmap.org./rails.git/blobdiff_plain/79d096499cc5f85d36bf40db37b95d3acd45d7b8..d07277efba0c0069705bbefa68f2624a9c6c9ff0:/app/views/layouts/site.rhtml diff --git a/app/views/layouts/site.rhtml b/app/views/layouts/site.rhtml index 5f0e848ac..a0034a5ef 100644 --- a/app/views/layouts/site.rhtml +++ b/app/views/layouts/site.rhtml @@ -11,36 +11,36 @@