X-Git-Url: https://git.openstreetmap.org./rails.git/blobdiff_plain/2cf15b549e985f090648b449ca660b6d6e264f50..f4f0c4b1553085e0da0b38cbdf10a97045d64e91:/app/views/site/offline.rhtml diff --git a/app/views/site/offline.rhtml b/app/views/site/offline.rhtml index d97a6ca90..b960ab66d 100644 --- a/app/views/site/offline.rhtml +++ b/app/views/site/offline.rhtml @@ -1,3 +1,7 @@ -
The OpenStreetMap database is currently offline while - essential database maintenance work is carried out. +<% if OSM_STATUS == :database_offline %> +
<%= t 'layouts.osm_offline' %>
+<% else %> +<%= t 'layouts.osm_read_only' %> +
+<% end %>