From: John Firebaugh Date: Thu, 30 Aug 2012 16:52:08 +0000 (-0700) Subject: Eliminate interpolation in key JS X-Git-Tag: live~5418 X-Git-Url: https://git.openstreetmap.org/rails.git/commitdiff_plain/e83fba2b4786c8ade4472342758f0487272e6874?hp=d7da1562c3b3c7544e3899e7bc49f7b32c2d2d19 Eliminate interpolation in key JS --- diff --git a/app/views/site/_key.html.erb b/app/views/site/_key.html.erb index b596692ee..1129f69d2 100644 --- a/app/views/site/_key.html.erb +++ b/app/views/site/_key.html.erb @@ -1,16 +1,18 @@ <% content_for :left_menu do %> -
  • <%= link_to t("site.key.map_key"), "#", :id => "open_map_key", :title => t("site.key.map_key_tooltip") %>
  • +
  • <%= link_to t("site.key.map_key"), {:action => :key}, :id => "open_map_key", :title => t("site.key.map_key_tooltip") %>
  • <% end %>