X-Git-Url: https://git.openstreetmap.org/rails.git/blobdiff_plain/9ff70a861a79fb75081616cf46a9a81d2343f34f..c9fa49c99485b0ba1242c6d13e12df9ab1532987:/app/views/layouts/_head.html.erb?ds=sidebyside diff --git a/app/views/layouts/_head.html.erb b/app/views/layouts/_head.html.erb index a262e0b76..5dfc49aa0 100644 --- a/app/views/layouts/_head.html.erb +++ b/app/views/layouts/_head.html.erb @@ -2,6 +2,7 @@ <%= javascript_strings %> <%= javascript_include_tag 'prototype' %> + <%= javascript_include_tag 'rails' %> <%= javascript_include_tag 'site' %> <%= javascript_include_tag 'menu' %> @@ -16,5 +17,6 @@ <%= tag("meta", { :name => "description", :content => "OpenStreetMap is the free wiki world map." }) %> <%= style_rules %> <%= yield :head %> + <%= csrf_meta_tag %> <%= t 'layouts.project_name.title' %><%= ' | '+ h(@title) if @title %>