From: Tom Hughes Date: Wed, 8 Aug 2007 23:08:28 +0000 (+0000) Subject: Put the link to the map key back. X-Git-Tag: live~8211 X-Git-Url: https://git.openstreetmap.org/rails.git/commitdiff_plain/96eea9da7fa46ec22a85ab722c88be9e834be9e4 Put the link to the map key back. --- diff --git a/app/views/layouts/site.rhtml b/app/views/layouts/site.rhtml index 194ea5239..41c3831c5 100644 --- a/app/views/layouts/site.rhtml +++ b/app/views/layouts/site.rhtml @@ -81,6 +81,7 @@ <%= link_to "Users' diaries", {:controller => 'diary_entry', :action => 'list', :display_name => nil} %>
News blog
Shop
+ <%= yield :left_menu %> <%= yield :optionals %> diff --git a/app/views/site/index.rhtml b/app/views/site/index.rhtml index 32f95947a..08cbfaeda 100644 --- a/app/views/site/index.rhtml +++ b/app/views/site/index.rhtml @@ -1,3 +1,7 @@ +<% content_for :left_menu do %> +<%= link_to "Map key", "http://wiki.openstreetmap.org/index.php/Map_Key" %> +<% end %> + <%= render :partial => 'search', :locals => { :onopen => "resizeMap();", :onclose => "resizeMap();" } %>