From 96eea9da7fa46ec22a85ab722c88be9e834be9e4 Mon Sep 17 00:00:00 2001 From: Tom Hughes Date: Wed, 8 Aug 2007 23:08:28 +0000 Subject: [PATCH 1/1] Put the link to the map key back. --- app/views/layouts/site.rhtml | 1 + app/views/site/index.rhtml | 4 ++++ 2 files changed, 5 insertions(+) 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();" } %>
-- 2.43.2