X-Git-Url: https://git.openstreetmap.org./rails.git/blobdiff_plain/9dbe1a497af89d3e53aad1af091d296520a74c6f..0975858cdb3430a7f717b3c972c3d6eb6e205784:/app/views/site/edit.rhtml diff --git a/app/views/site/edit.rhtml b/app/views/site/edit.rhtml index 576c5a5bb..a41a80176 100644 --- a/app/views/site/edit.rhtml +++ b/app/views/site/edit.rhtml @@ -3,7 +3,15 @@ essential database maintenance work is carried out.
<% else %> -<%= render :partial => 'search' %> +<% content_for :greeting do %> +<% if @user and !@user.home_lon.nil? and !@user.home_lat.nil? %> +<%= link_to_function 'home', "setPosition(#{@user.home_lat}, #{@user.home_lon}, 10)" %> | +<% end %> +<% end %> + +<%= render :partial => 'search', :locals => { :onopen => "resizeMap();", :onclose => "resizeMap();" } %> + +<% session[:token] = @user.tokens.create.token unless session[:token] %> <% if params['mlon'] and params['mlat'] %> <% lon = params['mlon'] %> @@ -19,7 +27,7 @@ <% zoom = params['zoom'] || '12' %> <% end %> -