]> git.openstreetmap.org Git - rails.git/blobdiff - app/views/layouts/site.html.erb
Add a notice about the downtime
[rails.git] / app / views / layouts / site.html.erb
index edf76c48a6119a21890eebf89d67b28898b1fcb7..976117e08f8cd63278e7f506cea6143f68460928 100644 (file)
       </div>
       <% end %>
 
+      <div class="notice">
+        OpenStreetMap will be undergoing database maintenance from 1st to 3rd
+        July. See
+        the <a href="http://wiki.openstreetmap.org/wiki/July_2010_DB_Upgrade">wiki</a>
+        for details.
+      </div>
+
       <% if false %>
       <div id="donate" class="notice">
         <%= t 'layouts.donate', :link => "<a href=\"http://donate.openstreetmap.org/\">#{t('layouts.donate_link_text')}</a>" %>
       </div>
 
       <div id="sotm" class="notice">
-        <%= link_to image_tag("sotm.png", :alt => t('layouts.sotm'), :title => t('layouts.sotm'), :border => "0"), "http://www.stateofthemap.org/" %>
+        <%= link_to image_tag("sotm.png", :alt => t('layouts.sotm2010'), :title => t('layouts.sotm2010'), :border => "0"), "http://www.stateofthemap.org/register/" %>
       </div>
 
       <%= yield :optionals %>