diff --git a/app/assets/images/donate-ad.png b/app/assets/images/donate-ad.png deleted file mode 100644 index 6effbfe11..000000000 Binary files a/app/assets/images/donate-ad.png and /dev/null differ diff --git a/app/views/layouts/site.html.erb b/app/views/layouts/site.html.erb index a0e894e46..3deffdde2 100644 --- a/app/views/layouts/site.html.erb +++ b/app/views/layouts/site.html.erb @@ -74,10 +74,7 @@
<%= 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 + :href =>'http://stateofthemap.org/'}].sample link_to ad[:href], :title => ad[:title] do image_tag ad[:image], :class => :ad