X-Git-Url: https://git.openstreetmap.org/rails.git/blobdiff_plain/9b10cbccb6ab258d6cecc1f8ba32c4ee1781c92f..8530e3eedb2918c4602295fef8dd34028c8077b8:/app/views/user/account.html.erb diff --git a/app/views/user/account.html.erb b/app/views/user/account.html.erb index ba5b652ac..e5cbe22b5 100644 --- a/app/views/user/account.html.erb +++ b/app/views/user/account.html.erb @@ -1,116 +1,178 @@ -
<%= t 'user.new.display name' %> | -<%= f.text_field :display_name %> | -
<%= t 'user.account.current email address' %> | -<%= @user.email %> <%= t 'user.account.email never displayed publicly' %> | -
<%= t 'user.new.password' %> | -<%= f.password_field :pass_crypt, {:value => '', :size => 30, :maxlength => 255, :autocomplete => :off} %> | -
<%= t 'user.account.openid.openid' %> | -<%= f.text_field :openid_url, {:class => "openid_url"} %> (<%= t 'user.account.openid.link text' %>) | -
<%= t 'user.account.public editing.heading' %> | -- <% if @user.data_public? %> - <%= t 'user.account.public editing.enabled' %> (<%= t 'user.account.public editing.enabled link text' %>) - <% else %> - <%= t 'user.account.public editing.disabled' %> (<%= t 'user.account.public editing.disabled link text' %>) - <% end %> - | -
<%= t 'user.account.preferred languages' %> | -<%= f.text_field :languages %> | -
- |
- <%= t 'user.account.update home location on click' %> checked="checked" <% end %> id="updatehome" /> - - |
-
- | <%= submit_tag t('user.account.save changes button') %> |
-