]> git.openstreetmap.org Git - rails.git/blobdiff - app/views/layouts/site.html.erb
Remove Donate Ad Banner
[rails.git] / app / views / layouts / site.html.erb
index a0e894e462c315e834dd193ae01fea1a4b403f54..3deffdde2ca73dcee490b6142d3760f34a8025e5 100644 (file)
         <div class='ads'>
           <%= ad = [{:image => 'sotm-birmingham-ad.png',
                      :title => 'State of the Map Birmingham',
-                     :href =>'http://stateofthemap.org/'},
-                    {:image => 'donate-ad.png',
-                     :title => 'Server Donation Drive',
-                     :href =>'http://donate.openstreetmap.org/'}].sample
+                     :href =>'http://stateofthemap.org/'}].sample
 
               link_to ad[:href], :title => ad[:title] do
                 image_tag ad[:image], :class => :ad