From b6277bda2028d7cd54299cecb69b9efa3ab3c671 Mon Sep 17 00:00:00 2001 From: Andy Allan Date: Wed, 3 Feb 2021 09:39:43 +0000 Subject: [PATCH] Use bootstrap form styles for update home checkbox This slipped through the refactoring last week. --- app/views/users/account.html.erb | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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" %> -- 2.39.5