Change the home zoom level to 15

This commit is contained in:
Andy Allan 2010-12-21 11:37:18 +00:00 committed by Tom Hughes
parent 51971248c1
commit 237394bc39

View file

@ -1,6 +1,6 @@
<% content_for :greeting do %> <% content_for :greeting do %>
<% if @user and !@user.home_lon.nil? and !@user.home_lat.nil? %> <% if @user and !@user.home_lon.nil? and !@user.home_lat.nil? %>
<%= link_to_function t('layouts.home'), "setPosition(#{@user.home_lat}, #{@user.home_lon}, 10)", { :title => t('layouts.home_tooltip') } %> | <%= link_to_function t('layouts.home'), "setPosition(#{@user.home_lat}, #{@user.home_lon}, 15)", { :title => t('layouts.home_tooltip') } %> |
<% end %> <% end %>
<% end %> <% end %>