From: Grant Slater Date: Fri, 17 May 2013 20:36:16 +0000 (+0100) Subject: Add Server Donation Banner X-Git-Tag: live~4969 X-Git-Url: https://git.openstreetmap.org/rails.git/commitdiff_plain/afa44979b26077b2fc251ac691ad19e57f55bdc3?ds=sidebyside Add Server Donation Banner --- diff --git a/app/assets/images/donate-ad.png b/app/assets/images/donate-ad.png new file mode 100644 index 000000000..6effbfe11 Binary files /dev/null and b/app/assets/images/donate-ad.png differ diff --git a/app/views/layouts/site.html.erb b/app/views/layouts/site.html.erb index be19d01cc..bd77966db 100644 --- a/app/views/layouts/site.html.erb +++ b/app/views/layouts/site.html.erb @@ -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