From eac40b89af7f3a1c8b5bf6924640cf54a776e70b Mon Sep 17 00:00:00 2001 From: Harry Wood Date: Mon, 10 Jun 2013 10:56:40 +0200 Subject: [PATCH] Remove SOTM US from the banner rotation Remove SOTM US image from the from the front page banner rotation, leaving only main SOTM and server donation drive ads. --- app/views/layouts/site.html.erb | 3 --- 1 file changed, 3 deletions(-) diff --git a/app/views/layouts/site.html.erb b/app/views/layouts/site.html.erb index bd77966db..542bcca2a 100644 --- a/app/views/layouts/site.html.erb +++ b/app/views/layouts/site.html.erb @@ -70,9 +70,6 @@ <%= ad = [{:image => 'sotm-birmingham-ad.png', :title => 'State of the Map Birmingham', :href =>'http://stateofthemap.org/'}, - {:image => 'sotm-us-ad.png', - :title => 'State of the Map USA', - :href =>'http://stateofthemap.us/'}, {:image => 'donate-ad.png', :title => 'Server Donation Drive', :href =>'http://donate.openstreetmap.org/'}].sample -- 2.39.5