X-Git-Url: https://git.openstreetmap.org./rails.git/blobdiff_plain/6159b48b8ffae01f18a66e3f137a9462e75f5276..ae0177fbe61d7d02e3c6b441bd395fff6fd96a18:/app/views/user/account.html.erb diff --git a/app/views/user/account.html.erb b/app/views/user/account.html.erb index 83065c683..0a2f056c2 100644 --- a/app/views/user/account.html.erb +++ b/app/views/user/account.html.erb @@ -1,115 +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.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.profile description' %> | -<%= f.text_area :description, :rows => '5', :cols => '60' %> | -|||||||
- <%= t 'user.account.image' %> - | -
- <% if @user.image.nil? %>
- <%= hidden_field_tag "image_action", "new" %>
- <%= t 'user.account.new image' %> <%= file_column_field "user", "image" %> <%= t 'user.account.image size hint' %> - <% else %> -
|
-