projects
/
rails.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
7a9b2de
)
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
patch
|
blob
|
history
diff --git
a/app/views/site/index.rhtml
b/app/views/site/index.rhtml
index f816dddd22004cd970d6412f5fef8c6904ad5c43..de1de19f4a3c505519b006bc9a6eb7e871d8428f 100644
(file)
--- 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 %>