X-Git-Url: https://git.openstreetmap.org./rails.git/blobdiff_plain/4cc2b63d5c38158e6beb114147be723425ec412e..12281b1cc1c246cc1debcabbc12d2840cdb6666f:/app/views/layouts/map.html.erb?ds=sidebyside diff --git a/app/views/layouts/map.html.erb b/app/views/layouts/map.html.erb index 09c7d0d8e..0630dace5 100644 --- a/app/views/layouts/map.html.erb +++ b/app/views/layouts/map.html.erb @@ -2,50 +2,87 @@ <%= javascript_include_tag "index" %> <% end %> +<% content_for(:body_class) { "map-layout" } %> + +<% if current_user&.home_location? %> + <% content_for :greeting do %> + <%= link_to t("layouts.home"), + "#", + :id => "homeanchor", + :class => "set_position dropdown-item", + :data => { :lat => current_user.home_lat, + :lon => current_user.home_lon, + :zoom => 15 } %> + <% end %> +<% end %> + +<% content_for :header do %> + <%= render :partial => "layouts/search", :locals => { :autofocus => false } %> +<% end %> + <% content_for :content do %> -