X-Git-Url: https://git.openstreetmap.org/rails.git/blobdiff_plain/6cd8db7bff35f8b401eb904e4c24936d8fc09a0a..bf41ed31d87eb1623f1aa91c159c3d98872ba5ee:/app/views/layouts/site.rhtml diff --git a/app/views/layouts/site.rhtml b/app/views/layouts/site.rhtml index 3c84dc47f..7a11ae101 100644 --- a/app/views/layouts/site.rhtml +++ b/app/views/layouts/site.rhtml @@ -5,6 +5,7 @@ <%= javascript_include_tag 'site' %> <%= stylesheet_link_tag 'site' %> + <%= stylesheet_link_tag 'print', :media => "print" %> <%= tag("link", { :rel => "search", :type => "application/opensearchdescription+xml", :title => "OpenStreetMap Search", :href => "/opensearch/osm.xml" }) %> OpenStreetMap<%= ' | '+@title if @title %> @@ -67,7 +68,12 @@ <% end %> - <% if API_READONLY %> + <% if API_STATUS == :offline %> +
+ The OpenStreetMap database is currently offline while + essential database maintenance work is carried out. +
+ <% elsif API_STATUS == :readonly %>
The OpenStreetMap database is currently in read-only mode while essential database maintenance work is carried out.