X-Git-Url: https://git.openstreetmap.org/rails.git/blobdiff_plain/0030c7753740820fab12455dd841cd39c58b6475..681022443ea24c11d9aeedeb3e1ddc3789b8ffd5:/app/views/site/index.html.erb diff --git a/app/views/site/index.html.erb b/app/views/site/index.html.erb index f4a2abd09..204adb1fb 100644 --- a/app/views/site/index.html.erb +++ b/app/views/site/index.html.erb @@ -1,389 +1,29 @@ -<% 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') } %> | +<% content_for :head do %> + <%= javascript_include_tag "index" %> <% end %> -<% end %> - -<%= render :partial => 'sidebar', :locals => { :onopen => "resizeMap();", :onclose => "resizeMap();" } %> -<%= render :partial => 'key' %> -<%= render :partial => 'search' %> -