X-Git-Url: https://git.openstreetmap.org./rails.git/blobdiff_plain/2cf15b549e985f090648b449ca660b6d6e264f50..94c89838d4e7f3c767cea5f20709c52e1b8e4816:/app/views/site/offline.rhtml diff --git a/app/views/site/offline.rhtml b/app/views/site/offline.rhtml index d97a6ca90..22cf37ca9 100644 --- a/app/views/site/offline.rhtml +++ b/app/views/site/offline.rhtml @@ -1,3 +1,9 @@ +<% if OSM_STATUS == :database_offline %>
The OpenStreetMap database is currently offline while essential database maintenance work is carried out.
+<% else %> +The OpenStreetMap database is currently in read-only mode while + essential database maintenance work is carried out. +
+<% end %>