X-Git-Url: https://git.openstreetmap.org/rails.git/blobdiff_plain/db691133d384cef053204cda8188234da2dd2782..edfd358289c38927e1e14f62d66087e50da6200f:/app/views/layouts/site.html.erb?ds=sidebyside diff --git a/app/views/layouts/site.html.erb b/app/views/layouts/site.html.erb index 5679f3e8b..ed8a6cf18 100644 --- a/app/views/layouts/site.html.erb +++ b/app/views/layouts/site.html.erb @@ -1,146 +1,121 @@ - - -
- - <%= javascript_strings %> - <%= javascript_include_tag 'prototype' %> - <%= javascript_include_tag 'site' %> - - <%= stylesheet_link_tag 'common' %> - - <%= 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." }) %> - <%= yield :head %> -- <%= t 'layouts.intro_1' %> -
-- <%= t 'layouts.intro_2' %> -
+ <% end %> - - <% if OSM_STATUS == :database_offline or OSM_STATUS == :api_offline %> -