]> git.openstreetmap.org Git - rails.git/blobdiff - app/views/site/index.rhtml
Should have been part of [15755]: Cursed vc-dir interface
[rails.git] / app / views / site / index.rhtml
index f816dddd22004cd970d6412f5fef8c6904ad5c43..de1de19f4a3c505519b006bc9a6eb7e871d8428f 100644 (file)
@@ -1,6 +1,6 @@
 <% content_for :greeting do %>
 <% if @user and !@user.home_lon.nil? and !@user.home_lat.nil? %>
-<%= link_to_function t('site.index.home'), "setPosition(#{@user.home_lat}, #{@user.home_lon}, 10)" %> |
+  <%= link_to_function t('layouts.home'), "setPosition(#{@user.home_lat}, #{@user.home_lon}, 10)", { :title => t('layouts.home_tooltip') } %> |
 <% end %>
 <% end %>