]> git.openstreetmap.org Git - rails.git/commitdiff
Put the link to the map key back.
authorTom Hughes <tom@compton.nu>
Wed, 8 Aug 2007 23:08:28 +0000 (23:08 +0000)
committerTom Hughes <tom@compton.nu>
Wed, 8 Aug 2007 23:08:28 +0000 (23:08 +0000)
app/views/layouts/site.rhtml
app/views/site/index.rhtml

index 194ea5239f756d2662ff0c2cb386f747db8d6256..41c3831c598df18d5ffea6b2f3a2d38fc3cc071e 100644 (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 %>
index 32f95947ac60217332eee06f3f093227555cbd80..08cbfaedaac8f0e01b7c9a79d06b73dedc791788 100644 (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>