Should have been part of [15755]: Cursed vc-dir interface

This commit is contained in:
Ævar Arnfjörð Bjarmason 2009-06-07 20:01:29 +00:00
parent 7a9b2de42b
commit 93a810f690

View 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 %>