X-Git-Url: https://git.openstreetmap.org/rails.git/blobdiff_plain/6adcce4e5d75fa21dea85742fa36ee3b97247b01..ecbe27b373bbe241af332d51a663192fd71a2520:/app/views/layouts/map.html.erb diff --git a/app/views/layouts/map.html.erb b/app/views/layouts/map.html.erb index cedfdb9c2..8be2aff81 100644 --- a/app/views/layouts/map.html.erb +++ b/app/views/layouts/map.html.erb @@ -1,22 +1,30 @@ +<% content_for :head do %> + <%= javascript_include_tag "index" %> +<% end %> + +<% content_for(:body_class) { "map-layout" } %> + <% content_for :content do %> @@ -45,3 +53,5 @@ <% end %> + +<%= render :template => 'layouts/site' %>