]> git.openstreetmap.org Git - rails.git/blobdiff - app/views/site/edit.html.erb
Merged 17256:18123 from trunk.
[rails.git] / app / views / site / edit.html.erb
index b29c0f200e84032f4b0464f98a29a1a436f00c9f..51389afc16181b34c6348146cfb8bbefe6da57ca 100644 (file)
@@ -12,7 +12,7 @@
 <% 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_function 'home', "setPosition(#{@user.home_lat}, #{@user.home_lon}, 10)" %> |
 <% end %>
 <% end %>