From: Ævar Arnfjörð Bjarmason Date: Sun, 7 Jun 2009 20:01:29 +0000 (+0000) Subject: Should have been part of [15755]: Cursed vc-dir interface X-Git-Tag: live~7087 X-Git-Url: https://git.openstreetmap.org/rails.git/commitdiff_plain/93a810f6901fb2d0b2ecec875285e05b32688285 Should have been part of [15755]: Cursed vc-dir interface --- diff --git a/app/views/site/index.rhtml b/app/views/site/index.rhtml index f816dddd2..de1de19f4 100644 --- a/app/views/site/index.rhtml +++ b/app/views/site/index.rhtml @@ -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 %>