X-Git-Url: https://git.openstreetmap.org/rails.git/blobdiff_plain/e6dbf56d43de52513a9e80367d8c2eb4e7bc21a1..4a45092e27607f37843edbabbeda67919049e11b:/app/views/users/account.html.erb diff --git a/app/views/users/account.html.erb b/app/views/users/account.html.erb index 83ba127ca..10b33063e 100644 --- a/app/views/users/account.html.erb +++ b/app/views/users/account.html.erb @@ -14,9 +14,9 @@ <%= f.text_field :display_name %> <%= f.email_field :email, :disabled => true, :label => t(".current email address") %> - <%= f.email_field :new_email, :autocomplete => :off %> - <%= f.password_field :pass_crypt, :value => "", :autocomplete => :off %> - <%= f.password_field :pass_crypt_confirmation, :value => "", :autocomplete => :off %> + <%= f.email_field :new_email, :autocomplete => "email" %> + <%= f.password_field :pass_crypt, :value => "", :autocomplete => "new-password" %> + <%= f.password_field :pass_crypt_confirmation, :value => "", :autocomplete => "new-password" %>
@@ -94,15 +94,15 @@
<%= t ".home location" -%>
class="nohome"<% end %>> -

<%= 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" %>
-
- checked="checked" <% end %> id="updatehome" /> - +
+ checked="checked" <% end %> id="updatehome" /> +
<%= tag.div "", :id => "map", :class => "content_map set_location" %>