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 - %> -
-