X-Git-Url: https://git.openstreetmap.org./rails.git/blobdiff_plain/07f130f0a68f5eb806338d379031a49866966cd6..7862c89a92a33077cea66c92c58214ba7bcf84ba:/app/views/user/account.rhtml diff --git a/app/views/user/account.rhtml b/app/views/user/account.rhtml index 60e5e009d..15a8f6827 100644 --- a/app/views/user/account.rhtml +++ b/app/views/user/account.rhtml @@ -1,183 +1,53 @@ -
Name | <%= @user.email %> |
Mapper since | <%= @user.creation_time %> (<%= time_ago_in_words(@user.creation_time) %> ago) |
Display Name | <%= text_field :user, :display_name, :value => @user.display_name %> |
Your home | You have not entered your home location.Latitude: <%= text_field :user, :home_lat, :value => @user.home_lat, :size => 20, :id => "home_lat" %> Longitude <%= text_field :user, :home_lon, :value => @user.home_lon, :size => 20, :id => "home_lon" %> |
-
-
- Click on the map to (re)set your location- | |
Description | <%= text_area :user, :description, :value => @user.description, :class => "editDescription" %> |
These users are mapping in your area:
-Name | -Contact | -
---|---|
<%= link_to nearby.display_name, :controller => 'user', :action => 'view', :display_name => nearby.display_name %> | -<%= link_to 'send message', :controller => 'message', :action => 'new', :user_id => nearby.id %> | -
<%= 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.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} %> |
<%= 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 %> - <% lon = params['lon'] || '-0.1' %> - <% lat = params['lat'] || '51.5' %> - <% zoom = params['zoom'] || '4' %> + <%= 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.preferred languages' %> | <%= f.text_field :languages %> |