X-Git-Url: https://git.openstreetmap.org./rails.git/blobdiff_plain/a2ff9b38f8b0c9c24ea692eaf7e1b4c21caf18b5..6b55cce25c2ed58c6513ae7f3f5dd24518cb489e:/app/views/profiles/edit.html.erb diff --git a/app/views/profiles/edit.html.erb b/app/views/profiles/edit.html.erb index ff55a0665..ac76b4d2d 100644 --- a/app/views/profiles/edit.html.erb +++ b/app/views/profiles/edit.html.erb @@ -42,23 +42,23 @@
<%= t ".home location" -%> -

<%= t ".no home location" %>

+

<%= t ".no home location" %>

- <%= 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" %> + <%= 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 <% 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 %>