<%= flash[:notice] %>
+ <% if @notice || flash[:notice] %>
+ <%= @notice || flash[:notice] %>
<% end %>
<%= yield %>
X-Git-Url: https://git.openstreetmap.org./rails.git/blobdiff_plain/6cf1c82c63db09c7be7e611eef7edfc3622ea559..63c2d9a5292e6b19a02bce9fdf80f93dea8a8347:/app/views/layouts/site.rhtml diff --git a/app/views/layouts/site.rhtml b/app/views/layouts/site.rhtml index 4b41e5e9e..7aa2db7b9 100644 --- a/app/views/layouts/site.rhtml +++ b/app/views/layouts/site.rhtml @@ -11,8 +11,8 @@