X-Git-Url: https://git.openstreetmap.org/rails.git/blobdiff_plain/dcad582741f4d6d0d45ebc987f25dfff9341c2f5..d320673cc7bc8d5e79cea3c5ea5f9005129a63e6:/app/views/layouts/site.rhtml diff --git a/app/views/layouts/site.rhtml b/app/views/layouts/site.rhtml index 98ac423e0..f3cdc9787 100644 --- a/app/views/layouts/site.rhtml +++ b/app/views/layouts/site.rhtml @@ -67,7 +67,12 @@ <% end %> - <% if API_STATUS != :online %> + <% 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.