- <%= f.text_field :home_lat, :wrapper_class => "col-sm-4", :id => "home_lat" %>
- <%= f.text_field :home_lon, :wrapper_class => "col-sm-4", :id => "home_lon" %>
+
<%= t ".no home location" %>
+
+ <%= f.text_field :home_lat, :wrapper_class => "col-sm-4 d-flex flex-column", :class => "mt-auto", :id => "home_lat" %>
+ <%= f.text_field :home_lon, :wrapper_class => "col-sm-4 d-flex flex-column", :class => "mt-auto", :id => "home_lon" %>
+
+
+
+
- checked="checked" <% end %> id="updatehome" />
+ checked <% end %> id="updatehome" />
- <%= tag.div "", :id => "map", :class => "content_map set_location border border-grey rounded" %>
+ <%= tag.div "", :id => "map", :class => "content_map set_location border border-secondary-subtle rounded z-0" %>
<%= f.primary t(".save") %>
- <%= link_to t(".cancel"), user_path(current_user), :class => "btn btn-link" %>
+ <%= link_to t(".cancel"), current_user, :class => "btn btn-link" %>
<% end %>