X-Git-Url: https://git.openstreetmap.org/rails.git/blobdiff_plain/960d13488a875245570ee498ee9a1ed7cac37bbe..35785067979a410f2a3f78927d50869ee398f349:/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 %>