X-Git-Url: https://git.openstreetmap.org./rails.git/blobdiff_plain/91b9b65a413425b2d398516c30566b2203ab8925..726db77827fa71133cc9762c3bf295189269ebb5:/app/views/site/index.html.erb diff --git a/app/views/site/index.html.erb b/app/views/site/index.html.erb index 7450eb2ba..8ec1cad1f 100644 --- a/app/views/site/index.html.erb +++ b/app/views/site/index.html.erb @@ -1,341 +1,28 @@ -<% 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}, 15)", { :title => t('layouts.home_tooltip') } %> | -<% end %> -<% end %> +

+ <%= t 'layouts.intro_header' %> + +

-<%= render :partial => 'sidebar', :locals => { :onopen => "resizeMap();", :onclose => "resizeMap();" } %> -<%= render :partial => 'key' %> -<%= render :partial => 'search' %> +

<%= t 'layouts.intro_text' %>

-