X-Git-Url: https://git.openstreetmap.org./rails.git/blobdiff_plain/655dc6787e9092a004b582b52ff8e9ccd0d40bb3..3851a672e25fd5a29c14b7501404e9a608d67aaa:/app/views/user/account.html.erb?ds=sidebyside diff --git a/app/views/user/account.html.erb b/app/views/user/account.html.erb index 45a129077..e4fa87cc1 100644 --- a/app/views/user/account.html.erb +++ b/app/views/user/account.html.erb @@ -3,7 +3,8 @@ <% form_for :user, @user do |f| %>
<%= t 'user.new.display name' %> | <%= f.text_field :display_name %> |
<%= t 'user.new.email address' %> | <%= f.text_field :email, {:size => 50, :maxlength => 255} %> <%= t 'user.account.email never displayed publicly' %> |
<%= t 'user.account.current email address' %> | <%= @user.email %> <%= t 'user.account.email never displayed publicly' %> |
<%= t 'user.account.new email address' %> | <%= f.text_field :new_email, {:size => 50, :maxlength => 255} %> <%= t 'user.account.email never displayed publicly' %> |
<%= t 'user.new.password' %> | <%= f.password_field :pass_crypt, {:value => '', :size => 30, :maxlength => 255} %> |
<%= t 'user.new.confirm password' %> | <%= f.password_field :pass_crypt_confirmation, {:value => '', :size => 30, :maxlength => 255} %> |