X-Git-Url: https://git.openstreetmap.org/rails.git/blobdiff_plain/3aabf07e1038abf8cf471e463e00309df77df603..60a294c40e341af16fa2eac6de5df2b0917a74be:/app/views/user/account.rhtml diff --git a/app/views/user/account.rhtml b/app/views/user/account.rhtml index 81f72fe04..90433f825 100644 --- a/app/views/user/account.rhtml +++ b/app/views/user/account.rhtml @@ -4,9 +4,16 @@ email<%= @user.email %> display name<%= @user.display_name %> (<%= link_to 'change...', :controller => 'user', :action => 'edit' %>) account created<%= @user.creation_time %> (<%= time_ago_in_words(@user.creation_time) %> ago) - description<%= @user.description %> (<%= link_to 'change...', :controller => 'user', :action => 'edit' %>) + user homeLatitude: <%=@user.home_lat%> Longitude <%=@user.home_lon%> (<%= link_to 'change...', :controller => 'user', :action => 'edit' %>) + description<%= simple_format(@user.description) %> (<%= link_to 'change...', :controller => 'user', :action => 'edit' %>) +

Users in your area

+ +These users are mapping in your area: + + +

Privacy

<% if @user.data_public? %> All your edits are public.