X-Git-Url: https://git.openstreetmap.org/rails.git/blobdiff_plain/f6c7ed601159aca360da09948f1544172ddf1a41..24422a3bafaf0f81f2417f30d896a859f6cb0ff2:/app/views/user/account.html.erb diff --git a/app/views/user/account.html.erb b/app/views/user/account.html.erb index 371524f96..a0979d5ae 100644 --- a/app/views/user/account.html.erb +++ b/app/views/user/account.html.erb @@ -8,144 +8,166 @@ <%= error_messages_for 'user' %> <%= form_for :user, :html => { :multipart => true, :id => 'accountForm',:class => 'standard-form' } do |f| %> -
- - <%= f.text_field :display_name %> +
+
+ + <%= f.text_field :display_name %> +
-
- - -

<%= t 'user.account.email never displayed publicly' %>

-
+
+
+ + + <%= t 'user.account.email never displayed publicly' %> +
-
- - <%= f.email_field :new_email %> -

<%= t 'user.account.email never displayed publicly' %>

+
+ + <%= f.email_field :new_email %> + <%= t 'user.account.email never displayed publicly' %> +
-
-
+
+
+ + <%= f.password_field :pass_crypt, {:value => '', :autocomplete => :off} %> +
-
-
-
-