Move "Browse Map Data" to layers control

Fixes https://trac.openstreetmap.org/ticket/4680
This commit is contained in:
John Firebaugh 2012-11-29 07:30:38 -08:00 committed by Tom Hughes
parent fde2744f74
commit 05eba79008
6 changed files with 49 additions and 39 deletions

View file

@ -2,12 +2,6 @@
<%= javascript_include_tag "index" %>
<% end %>
<% unless STATUS == :api_offline or STATUS == :database_offline -%>
<% content_for :editmenu do -%>
<li><%= link_to t("browse.start_rjs.data_layer_name"), { :controller => :browse, :action => :start }, :id => "show_data" %></li>
<% end -%>
<% end -%>
<% content_for :left_menu do %>
<li><h4><%= link_to t("site.key.map_key"), {:action => :key}, :id => "open_map_key", :title => t("site.key.map_key_tooltip") %></h4></li>
<% end %>