X-Git-Url: https://git.openstreetmap.org./rails.git/blobdiff_plain/f2d205a59eb4af5a861cbdf20f498e747554ea9f..dc9b0e8c948994d65c592bbc79ed3e6efc11a49d:/app/views/layouts/_head.html.erb 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 %>