X-Git-Url: https://git.openstreetmap.org/rails.git/blobdiff_plain/2c397321c9309eb9cd4dfed21375fc821a8d2d37..aff23d4b4bc9e9fecd5c1caa7e4d38087e002396:/app/views/site/index.html.erb diff --git a/app/views/site/index.html.erb b/app/views/site/index.html.erb index 6cff7f133..4b66fa149 100644 --- a/app/views/site/index.html.erb +++ b/app/views/site/index.html.erb @@ -1,26 +1,22 @@ -<% if @user and !@user.home_lon.nil? and !@user.home_lat.nil? %> - <% content_for :greeting do %> - <%= link_to_function t('layouts.home'), "setPosition(#{@user.home_lat}, #{@user.home_lon}, 15)", { :title => t('layouts.home_tooltip') } %> | - <% end %> +<% content_for :head do %> + <%= javascript_include_tag "index" %> <% end %> -<%= render :partial => 'sidebar', :locals => { :onopen => "resizeMap();", :onclose => "resizeMap();" } %> -<%= render :partial => 'key' %> +<%= render :partial => 'home_link' %> +<%= render :partial => 'sidebar' %> <%= render :partial => 'search' %> +
+
+
-