]> git.openstreetmap.org Git - rails.git/commitdiff
Should have been part of [15755]: Cursed vc-dir interface
authorÆvar Arnfjörð Bjarmason <avarab@gmail.com>
Sun, 7 Jun 2009 20:01:29 +0000 (20:01 +0000)
committerÆvar Arnfjörð Bjarmason <avarab@gmail.com>
Sun, 7 Jun 2009 20:01:29 +0000 (20:01 +0000)
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? %>
 <% 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 %>
 
 <% end %>
 <% end %>