X-Git-Url: https://git.openstreetmap.org/rails.git/blobdiff_plain/b6b9052c375b59302567ab9b820a09ce6cb50d3c..34edfdb9bae297144331b46dfe52319d13e519a3:/app/views/layouts/site.html.erb diff --git a/app/views/layouts/site.html.erb b/app/views/layouts/site.html.erb index 9cf48c55a..65723d97f 100644 --- a/app/views/layouts/site.html.erb +++ b/app/views/layouts/site.html.erb @@ -38,11 +38,6 @@

<%= t 'layouts.osm_read_only' %>

<% end %> - <% if false %> - - <% end %> +
+
+ <%= 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 + + link_to ad[:href], :title => ad[:title] do + image_tag ad[:image], :class => :ad + end + %> +
+