]> git.openstreetmap.org Git - rails.git/blobdiff - app/views/site/edit.html.erb
Replace link_to_function with UJS based code
[rails.git] / app / views / site / edit.html.erb
index 84de929541dfc2235571a3d4617677f136f012ba..a87da1125e233fce24e0b939c9a29a657ca1f631 100644 (file)
@@ -11,7 +11,7 @@
 <% else %>
 <% content_for :greeting do %>
 <% if @user and !@user.home_lon.nil? and !@user.home_lat.nil? %>
 <% else %>
 <% content_for :greeting do %>
 <% if @user and !@user.home_lon.nil? and !@user.home_lat.nil? %>
-<%= link_to_function t('layouts.home'), "setPosition(#{@user.home_lat}, #{@user.home_lon}, 10)", { :title => t('layouts.home_tooltip') } %> |
+<%= link_to t("layouts.home"), "#", :class => "set_position", "data-lat" => @user.home_lat, "data-lon" => @user.home_lon, "data-zoom" => 15, :title => t("layouts.home_tooltip") %> |
 <% end %>
 <% end %>
 
 <% end %>
 <% end %>