]> git.openstreetmap.org Git - rails.git/blob - app/views/site/offline.rhtml
Make the report_error function support any http status code for added flexibility.
[rails.git] / app / views / site / offline.rhtml
1 <% if OSM_STATUS == :database_offline %>
2 <p>The OpenStreetMap database is currently offline while
3    essential database maintenance work is carried out.
4 </p>
5 <% else %>
6 <p>The OpenStreetMap database is currently in read-only mode while
7    essential database maintenance work is carried out.
8 </p>
9 <% end  %>