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