Add Server Donation Banner

This commit is contained in:
Grant Slater 2013-05-17 21:36:16 +01:00
parent 9eef7610ed
commit afa44979b2
2 changed files with 4 additions and 1 deletions

Binary file not shown.

After

Width:  |  Height:  |  Size: 10 KiB

View file

@ -72,7 +72,10 @@
:href =>'http://stateofthemap.org/'},
{:image => 'sotm-us-ad.png',
:title => 'State of the Map USA',
:href =>'http://stateofthemap.us/'}].sample
:href =>'http://stateofthemap.us/'},
{:image => 'donate-ad.png',
:title => 'Server Donation Drive',
:href =>'http://donate.openstreetmap.org/'}].sample
link_to ad[:href], :title => ad[:title] do
image_tag ad[:image], :class => :ad