X-Git-Url: https://git.openstreetmap.org./rails.git/blobdiff_plain/370f4bf562845a864e425f25bb8279afcb7016c3..393651e8bde09adb38e3d3d377f9b5f6627ea429:/app/views/layouts/site.html.erb?ds=sidebyside diff --git a/app/views/layouts/site.html.erb b/app/views/layouts/site.html.erb index be19d01cc..0ba203fde 100644 --- a/app/views/layouts/site.html.erb +++ b/app/views/layouts/site.html.erb @@ -65,14 +65,14 @@ <%= yield :left_menu %> -
+
<%= 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 @@ -81,6 +81,7 @@