X-Git-Url: https://git.openstreetmap.org./rails.git/blobdiff_plain/734697ebb6cc27057fd8bb1d078a175ca5f45406..bf9418957e0eb7e17ad992fbb890e0bb91743b51:/app/views/site/edit.rhtml diff --git a/app/views/site/edit.rhtml b/app/views/site/edit.rhtml index 7d07895f8..6b5952f38 100644 --- a/app/views/site/edit.rhtml +++ b/app/views/site/edit.rhtml @@ -1,4 +1,8 @@ -<% 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.