Put the link to the map key back.

This commit is contained in:
Tom Hughes 2007-08-08 23:08:28 +00:00
parent a2ffd990fb
commit 96eea9da7f
2 changed files with 5 additions and 0 deletions

View file

@ -81,6 +81,7 @@
<%= link_to "Users' diaries", {:controller => 'diary_entry', :action => 'list', :display_name => nil} %><br />
<a href="http://www.opengeodata.org/">News blog</a><br />
<a href="http://wiki.openstreetmap.org/index.php/Merchandise">Shop</a><br />
<%= yield :left_menu %>
</div>
<%= yield :optionals %>

View file

@ -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();" } %>
<div id="map"></div>