X-Git-Url: https://git.openstreetmap.org/rails.git/blobdiff_plain/370f4bf562845a864e425f25bb8279afcb7016c3..eac40b89af7f3a1c8b5bf6924640cf54a776e70b:/app/views/layouts/site.html.erb diff --git a/app/views/layouts/site.html.erb b/app/views/layouts/site.html.erb index be19d01cc..542bcca2a 100644 --- a/app/views/layouts/site.html.erb +++ b/app/views/layouts/site.html.erb @@ -70,9 +70,9 @@ <%= 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/'}].sample + {: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