X-Git-Url: https://git.openstreetmap.org/rails.git/blobdiff_plain/dcad582741f4d6d0d45ebc987f25dfff9341c2f5..5cd05017a39fe1e161e7db5387d465324f25dde5:/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.