<%= link_to(image_tag("osm_logo.png",
:size => "120x120",
@@ -44,7 +44,6 @@
- <%= link_to(t('layouts.help_centre'), t('layouts.help_url'), :title => t('layouts.help_title')) %>
- <%= link_to(t('layouts.documentation'), t('layouts.wiki_url'), :title => t('layouts.documentation_title')) %>
- - <%= link_to t('layouts.copyright'), copyright_path %>
@@ -58,14 +57,36 @@
- <%= link_to t('layouts.gps_traces'), traces_path, {
- :id => 'traceanchor',
- :title => t('layouts.gps_traces_tooltip')
- } %>
+ <%= t'layouts.data' %>
+
+ - <%= link_to t('layouts.copyright'), copyright_path %>
+
+
+ - <%= link_to t('layouts.export_data'), export_path %>
+
+
+ - <%= link_to t('layouts.gps_traces'), traces_path %>
+
<%= yield :left_menu %>
+
+
+ <%= 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
+ %>
+
+
+
<%= h(t('layouts.make_a_donation.text')) %>