X-Git-Url: https://git.openstreetmap.org/rails.git/blobdiff_plain/f2d205a59eb4af5a861cbdf20f498e747554ea9f..226c41be692452129227f30d67f2d847e510015c:/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 %>