X-Git-Url: https://git.openstreetmap.org/rails.git/blobdiff_plain/9cb8311f02e1bd0e2188e3b1db623400aaf8da47..17b23b075642d6bf2ba66a0448a7a7acfd2824b6:/app/views/site/_key.html.erb diff --git a/app/views/site/_key.html.erb b/app/views/site/_key.html.erb index 6fc70ef46..15f64275c 100644 --- a/app/views/site/_key.html.erb +++ b/app/views/site/_key.html.erb @@ -1,5 +1,18 @@ <% content_for :left_menu do %> -
  • <%= link_to_function t('site.key.map_key'), "openMapKey()", :title => t('site.key.map_key_tooltip') %>
  • +
  • <%= link_to t("site.key.map_key"), "#", :id => "open_map_key", :title => t("site.key.map_key_tooltip") %>
  • <% end %>