X-Git-Url: https://git.openstreetmap.org/rails.git/blobdiff_plain/a46c4083ae491ea5f0bd2be6c4bea8c795fedaa3..37bd2971b49da9364fe5dd25415e97e38b34abd7:/app/views/layouts/user.rhtml diff --git a/app/views/layouts/user.rhtml b/app/views/layouts/user.rhtml index 3d8287fcd..cee649145 100644 --- a/app/views/layouts/user.rhtml +++ b/app/views/layouts/user.rhtml @@ -11,6 +11,10 @@
+<% if @flash[:notice] %> +
<%= @flash[:notice] %>
+<% end %> + <%= @content_for_layout %>