From: Andy Allan Date: Tue, 21 Dec 2010 11:37:18 +0000 (+0000) Subject: Change the home zoom level to 15 X-Git-Tag: live~7224^2^2~19 X-Git-Url: https://git.openstreetmap.org./rails.git/commitdiff_plain/237394bc3901bd0411bd3c10b0a994e6af7b1440 Change the home zoom level to 15 --- 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 %>