]> git.openstreetmap.org Git - rails.git/blobdiff - app/views/site/edit.html.erb
Prevent scrollbars showing up on the edit view
[rails.git] / app / views / site / edit.html.erb
index a87da1125e233fce24e0b939c9a29a657ca1f631..d68b989df628a39e10577a46b099c9037c2fcd6a 100644 (file)
@@ -11,7 +11,7 @@
 <% else %>
 <% content_for :greeting do %>
 <% if @user and !@user.home_lon.nil? and !@user.home_lat.nil? %>
-<%= 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") %> |
+<%= link_to t("layouts.home"), "#", :class => "set_position", :data => { :lat => @user.home_lat, :lon => @user.home_lon, :zoom => 15 }, :title => t("layouts.home_tooltip") %> |
 <% end %>
 <% end %>