From: Andy Allan Date: Wed, 3 Feb 2021 09:39:43 +0000 (+0000) Subject: Use bootstrap form styles for update home checkbox X-Git-Tag: live~2353^2~5 X-Git-Url: https://git.openstreetmap.org./rails.git/commitdiff_plain/b6277bda2028d7cd54299cecb69b9efa3ab3c671 Use bootstrap form styles for update home checkbox This slipped through the refactoring last week. --- diff --git a/app/views/users/account.html.erb b/app/views/users/account.html.erb index 43171d834..bb30581f9 100644 --- a/app/views/users/account.html.erb +++ b/app/views/users/account.html.erb @@ -100,9 +100,9 @@ <%= f.text_field :home_lon, :wrapper_class => "col-sm-4", :id => "home_lon" %> -
- checked="checked" <% end %> id="updatehome" /> - +
+ checked="checked" <% end %> id="updatehome" /> +
<%= tag.div "", :id => "map", :class => "content_map set_location" %>