X-Git-Url: https://git.openstreetmap.org/rails.git/blobdiff_plain/cc4f133e64a1f0d963f60fb40045145a530d5dbb..5aa09fbfd069faf1eb04d4be201a6a1f1eca6cd9:/app/views/site/index.html.erb diff --git a/app/views/site/index.html.erb b/app/views/site/index.html.erb index 5eb8ae228..dc0e02f6f 100644 --- a/app/views/site/index.html.erb +++ b/app/views/site/index.html.erb @@ -6,7 +6,7 @@ <% unless STATUS == :api_offline or STATUS == :database_offline -%> <% content_for :editmenu do -%> -
  • <%= link_to t("browse.start_rjs.data_layer_name"), "#", :id => "show_data" %>
  • +
  • <%= link_to t("browse.start_rjs.data_layer_name"), { :controller => :browse, :action => :start }, :id => "show_data" %>
  • <% end -%> <% end -%> @@ -125,9 +125,6 @@ else end %> -<%= javascript_include_tag 'openlayers.js' %> -<%= javascript_include_tag 'map.js' %> - <%= render :partial => 'resize' %>