From 237394bc3901bd0411bd3c10b0a994e6af7b1440 Mon Sep 17 00:00:00 2001 From: Andy Allan Date: Tue, 21 Dec 2010 11:37:18 +0000 Subject: [PATCH] Change the home zoom level to 15 --- app/views/site/index.html.erb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/views/site/index.html.erb b/app/views/site/index.html.erb index 7b1d874e7..31834bf7c 100644 --- a/app/views/site/index.html.erb +++ b/app/views/site/index.html.erb @@ -1,6 +1,6 @@ <% content_for :greeting do %> <% 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 %> -- 2.43.2