From 8331a7ec89773c9833b83ca93d7dbe18276e837b Mon Sep 17 00:00:00 2001 From: Paul Sladen Date: Tue, 10 Sep 2013 19:38:54 +0100 Subject: [PATCH] Remove banner ad section --- app/views/layouts/site.html.erb | 12 ------------ 1 file changed, 12 deletions(-) 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 - %> -
-