X-Git-Url: https://git.openstreetmap.org/rails.git/blobdiff_plain/4cc2b63d5c38158e6beb114147be723425ec412e..60170d7069335981ed55b9de3034116d4dbaa324:/app/views/layouts/map.html.erb?ds=sidebyside diff --git a/app/views/layouts/map.html.erb b/app/views/layouts/map.html.erb index 09c7d0d8e..6e6caf95c 100644 --- a/app/views/layouts/map.html.erb +++ b/app/views/layouts/map.html.erb @@ -2,14 +2,18 @@ <%= javascript_include_tag "index" %> <% end %> +<% content_for(:body_class) { "map-layout" } %> + <% content_for :content do %> @@ -49,3 +53,5 @@ <% end %> + +<%= render :template => 'layouts/site' %>