X-Git-Url: https://git.openstreetmap.org/rails.git/blobdiff_plain/ecbd526956fbfaf3e59c27c25b72de2f4d780c7a..3590335221807ed06e3fa705b8c4366f99a1b25e:/app/views/layouts/site.html.erb diff --git a/app/views/layouts/site.html.erb b/app/views/layouts/site.html.erb index 7eb833f57..edf76c48a 100644 --- a/app/views/layouts/site.html.erb +++ b/app/views/layouts/site.html.erb @@ -117,12 +117,16 @@
<%= t 'layouts.help_wiki' %>
- <%= link_to 'Copyright', {:controller => 'site', :action => 'copyright'} %>
+ <%= link_to t('layouts.copyright'), {:controller => 'site', :action => 'copyright'} %>
<%= t 'layouts.news_blog' %>
<%= t 'layouts.shop' %>
<%= yield :left_menu %>
+
+ <%= link_to image_tag("sotm.png", :alt => t('layouts.sotm'), :title => t('layouts.sotm'), :border => "0"), "http://www.stateofthemap.org/" %> +
+ <%= yield :optionals %>