X-Git-Url: https://git.openstreetmap.org./rails.git/blobdiff_plain/250a068b066c8968047ed90c2de64a47f9301c7d..a62141ce7f745fa67b5f04f216f5b47f78c10e78:/app/views/layouts/site.html.erb?ds=sidebyside diff --git a/app/views/layouts/site.html.erb b/app/views/layouts/site.html.erb index a0e894e46..ed8a6cf18 100644 --- a/app/views/layouts/site.html.erb +++ b/app/views/layouts/site.html.erb @@ -70,21 +70,6 @@ <%= yield :left_menu %> -
-
- <%= 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 - - link_to ad[:href], :title => ad[:title] do - image_tag ad[:image], :class => :ad - end - %> -
-