X-Git-Url: https://git.openstreetmap.org./rails.git/blobdiff_plain/10dca1b6dfa11f6b40a58facad74434fa4295fbd..9f83acfb44d13fda8600ba8e730be722e08e7fb8:/app/views/layouts/site.html.erb diff --git a/app/views/layouts/site.html.erb b/app/views/layouts/site.html.erb index d93522c73..6a820ef26 100644 --- a/app/views/layouts/site.html.erb +++ b/app/views/layouts/site.html.erb @@ -7,13 +7,13 @@ <%= javascript_include_tag 'site' %> <%= stylesheet_link_tag 'common' %> - <%= stylesheet_link_tag 'browser-icons' %> <%= stylesheet_link_tag 'small', :media => "only screen and (max-width: 481px)" %> <%= stylesheet_link_tag 'large', :media => "screen and (min-width: 482px)" %> <%= stylesheet_link_tag 'print', :media => "print" %> <%= tag("link", { :rel => "search", :type => "application/opensearchdescription+xml", :title => "OpenStreetMap Search", :href => "/opensearch/osm.xml" }) %> <%= tag("meta", { :name => "description", :content => "OpenStreetMap is the free wiki world map." }) %> + <%= style_rules %> <%= yield :head %> <%= t 'layouts.project_name.title' %><%= ' | '+ h(@title) if @title %>