X-Git-Url: https://git.openstreetmap.org./rails.git/blobdiff_plain/4e78648d4694dcd1d64467e03b735b003b0feeac..d7da1562c3b3c7544e3899e7bc49f7b32c2d2d19:/app/views/layouts/_head.html.erb diff --git a/app/views/layouts/_head.html.erb b/app/views/layouts/_head.html.erb index 2dda3d799..133a746a8 100644 --- a/app/views/layouts/_head.html.erb +++ b/app/views/layouts/_head.html.erb @@ -1,8 +1,6 @@ - <%= javascript_strings %> - <%= javascript_include_tag "site" %> - <%= javascript_include_tag "menu" %> + <%= javascript_include_tag "application" %> <%= stylesheet_link_tag "small-#{t 'html.dir'}", :media => "only screen and (max-width:641px)" %> <%= stylesheet_link_tag "large-#{t 'html.dir'}", :media => "screen and (min-width: 642px)" %> @@ -16,5 +14,10 @@ <%= style_rules %> <%= yield :head %> <%= csrf_meta_tag %> - <%= t 'layouts.project_name.title' %><%= ' | '+ h(@title) if @title %> + + <%= t 'layouts.project_name.title' %><%= ' | '+ @title if @title %>