X-Git-Url: https://git.openstreetmap.org/rails.git/blobdiff_plain/fb4d003ebee8842ace3807bb1a60b9b36d94723e..681022443ea24c11d9aeedeb3e1ddc3789b8ffd5:/app/views/site/index.html.erb diff --git a/app/views/site/index.html.erb b/app/views/site/index.html.erb index c0f783499..204adb1fb 100644 --- a/app/views/site/index.html.erb +++ b/app/views/site/index.html.erb @@ -1,348 +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' %> -