]> git.openstreetmap.org Git - rails.git/blob - app/views/site/offline.rhtml
Use a nicer less error prone version of the select helper
[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  %>