]> git.openstreetmap.org Git - rails.git/blobdiff - app/views/site/offline.rhtml
Rename views to rails 2 style names.
[rails.git] / app / views / site / offline.rhtml
diff --git a/app/views/site/offline.rhtml b/app/views/site/offline.rhtml
deleted file mode 100644 (file)
index b960ab6..0000000
+++ /dev/null
@@ -1,7 +0,0 @@
-<% if OSM_STATUS == :database_offline %>
-<p><%= t 'layouts.osm_offline' %>
-</p>
-<% else %>
-<p><%= t 'layouts.osm_read_only' %>
-</p>
-<% end  %>