Remove Donate Ad Banner

This commit is contained in:
Grant Slater 2013-08-21 15:40:43 +01:00
parent 9701c6210c
commit bd1d0ab950
2 changed files with 1 additions and 4 deletions

Binary file not shown.

Before

Width:  |  Height:  |  Size: 10 KiB

View file

@ -74,10 +74,7 @@
<div class='ads'>
<%= 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