X-Git-Url: https://git.openstreetmap.org/rails.git/blobdiff_plain/a6f45adede24e47b113dcf0f33e701478076f1b7..4baa17511f26d6a1e1cf1bbb343ebc2746b3666d:/app/views/site/index.html.erb diff --git a/app/views/site/index.html.erb b/app/views/site/index.html.erb index b668627a0..8ec1cad1f 100644 --- a/app/views/site/index.html.erb +++ b/app/views/site/index.html.erb @@ -1,344 +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' %>

-