X-Git-Url: https://git.openstreetmap.org./rails.git/blobdiff_plain/686ce8f3e592a259d2cfc80699d9db9fd9557e97..f5f4bfd72502e4edf9b6e4d76fd012a67f6fa693:/app/views/site/index.html.erb diff --git a/app/views/site/index.html.erb b/app/views/site/index.html.erb index 3e4c4d996..4b66fa149 100644 --- a/app/views/site/index.html.erb +++ b/app/views/site/index.html.erb @@ -1,17 +1,9 @@ -<% if @user and !@user.home_lon.nil? and !@user.home_lat.nil? %> - <% content_for :greeting do %> - <%= link_to t("layouts.home"), "#", :class => "set_position", :data => { :lat => @user.home_lat, :lon => @user.home_lon, :zoom => 15 }, :title => t("layouts.home_tooltip") %> | - <% end %> +<% content_for :head do %> + <%= javascript_include_tag "index" %> <% end %> -<% unless STATUS == :api_offline or STATUS == :database_offline -%> - <% content_for :editmenu do -%> -