X-Git-Url: https://git.openstreetmap.org/rails.git/blobdiff_plain/ed0375ec89862574e642070b01fe16e90f058538..360d68ea5c756a8b784b425f1346eb333da2e3d2:/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 13e8a7564..94183ff42 100644 --- a/app/views/user/account.html.erb +++ b/app/views/user/account.html.erb @@ -1,111 +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} %> | -|||||||
<%= 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 %> -
|
-