X-Git-Url: https://git.openstreetmap.org/rails.git/blobdiff_plain/6cf1c82c63db09c7be7e611eef7edfc3622ea559..967f44ffac7dfbbc91dabd8dc221be22e4ba0606:/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 @@
- <% if flash[:notice] %> -
<%= flash[:notice] %>
+ <% if @notice || flash[:notice] %> +
<%= @notice || flash[:notice] %>
<% end %> <%= yield %>