]> git.openstreetmap.org Git - rails.git/blobdiff - app/views/layouts/site.html.erb
Remove SOTM US from the banner rotation
[rails.git] / app / views / layouts / site.html.erb
index be19d01cc2ed83f9ba469b2d1def749174954840..542bcca2adac2e659f284d7f30eadfb07f0ded1e 100644 (file)
@@ -70,9 +70,9 @@
           <%= ad = [{:image => 'sotm-birmingham-ad.png',
                      :title => 'State of the Map Birmingham',
                      :href =>'http://stateofthemap.org/'},
-                    {:image => 'sotm-us-ad.png',
-                     :title => 'State of the Map USA',
-                     :href =>'http://stateofthemap.us/'}].sample
+                    {:image => 'donate-ad.png',
+                     :title => 'Server Donation Drive',
+                     :href =>'http://donate.openstreetmap.org/'}].sample
 
               link_to ad[:href], :title => ad[:title] do
                 image_tag ad[:image], :class => :ad