From: Grant Slater Date: Wed, 21 Aug 2013 14:40:43 +0000 (+0100) Subject: Remove Donate Ad Banner X-Git-Tag: live~4791 X-Git-Url: https://git.openstreetmap.org/rails.git/commitdiff_plain/bd1d0ab9507b71fc9db19a8a2656bd6d149737c7 Remove Donate Ad Banner --- 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