From: John Firebaugh Date: Wed, 6 Nov 2013 00:00:41 +0000 (-0800) Subject: Restore "Go to Home Location" X-Git-Tag: live~5557^2~193 X-Git-Url: https://git.openstreetmap.org./rails.git/commitdiff_plain/b28a02a41f30650c253c16b9c2677c304df48330?ds=sidebyside Restore "Go to Home Location" --- diff --git a/app/views/layouts/map.html.erb b/app/views/layouts/map.html.erb index 8be2aff81..d6ac18a66 100644 --- a/app/views/layouts/map.html.erb +++ b/app/views/layouts/map.html.erb @@ -4,6 +4,18 @@ <% content_for(:body_class) { "map-layout" } %> +<% if @user and !@user.home_lon.nil? and !@user.home_lat.nil? %> + <% content_for :greeting do %> + <%= link_to t("layouts.home"), + "#", + :id => "homeanchor", + :class => "set_position", + :data => { :lat => @user.home_lat, + :lon => @user.home_lon, + :zoom => 15 } %> + <% end %> +<% end %> + <% content_for :content do %>