From: Paul Sladen Date: Tue, 10 Sep 2013 18:38:54 +0000 (+0100) Subject: Remove banner ad section X-Git-Tag: live~4775 X-Git-Url: https://git.openstreetmap.org/rails.git/commitdiff_plain/8331a7ec89773c9833b83ca93d7dbe18276e837b?hp=8d01db3a3ea1ce070780d6ceadc0740c88d070b1 Remove banner ad section --- diff --git a/app/views/layouts/site.html.erb b/app/views/layouts/site.html.erb index 97bf06203..ed8a6cf18 100644 --- a/app/views/layouts/site.html.erb +++ b/app/views/layouts/site.html.erb @@ -70,18 +70,6 @@ <%= yield :left_menu %> -
-
- <%= ad = [{:image => 'sotm-birmingham-ad.png', - :title => 'State of the Map Birmingham', - :href =>'http://stateofthemap.org/'}].sample - - link_to ad[:href], :title => ad[:title] do - image_tag ad[:image], :class => :ad - end - %> -
-