<%= @flash[:notice] %>
-<% end %>
-
- <%= @content_for_layout %>
+ <% if flash[:notice] %>
+ <%= flash[:notice] %>
+ <% end %>
- X-Git-Url: https://git.openstreetmap.org./rails.git/blobdiff_plain/97978ceeb9047ec6894b822ca947a466c2462988..667b1fca45ff092e1611437cc55f14a6ea95edff:/app/views/layouts/site.rhtml?ds=sidebyside diff --git a/app/views/layouts/site.rhtml b/app/views/layouts/site.rhtml index aaf4e0324..33e02449d 100644 --- a/app/views/layouts/site.rhtml +++ b/app/views/layouts/site.rhtml @@ -1,102 +1,122 @@ +
- <%= javascript_include_tag 'main.js' %> - - <%= javascript_include_tag 'tile.js' %> - <%= javascript_include_tag 'site.js' %> - - -