X-Git-Url: https://git.openstreetmap.org./rails.git/blobdiff_plain/3d7eb387a7c3573f1a1d17df00adcaa1fb9b9fa5..8dc16bd8dbd362a0e823f8abd989d871ce5de32f:/app/views/layouts/site.html.erb
diff --git a/app/views/layouts/site.html.erb b/app/views/layouts/site.html.erb
index d36681d97..a0e894e46 100644
--- a/app/views/layouts/site.html.erb
+++ b/app/views/layouts/site.html.erb
@@ -1,19 +1,19 @@
<%= render :partial => "layouts/head" %>
-
-
- <%= link_to(image_tag("osm_logo.png", :size => "16x16", :alt => t('layouts.logo.alt_text')), root_path) %>
-
<%= t 'layouts.project_name.h1' %>
-
-
+
+
+ <%= image_tag "osm_logo.png", :size => "16x16", :alt => t('layouts.logo.alt_text') %>
+ <%= t 'layouts.project_name.h1' %>
+
+
<%= link_to(image_tag("osm_logo.png",
:size => "120x120",
:alt => t('layouts.logo.alt_text')),
root_path) %>
<%= t 'layouts.project_name.h1' %>
- <%= t('layouts.tag_line') %>
+ <%= t('layouts.tag_line') %>
<%= yield :optionals %>
<% unless @user %>
@@ -38,18 +38,12 @@
<%= t 'layouts.osm_read_only' %>
<% end %>
- <% if false %>
-
- <% end %>
- <%= 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')) %>
+
+ <%= h(t('layouts.make_a_donation.text')) %>