X-Git-Url: https://git.openstreetmap.org/rails.git/blobdiff_plain/3e8d8092500a3713e8dfbb4fd61fd8a95d067d20..0813f88bc7972e175c4492a07a00916fc11c3e88:/app/views/user/view.html.erb diff --git a/app/views/user/view.html.erb b/app/views/user/view.html.erb index 8aa4ead49..77ad06a8f 100644 --- a/app/views/user/view.html.erb +++ b/app/views/user/view.html.erb @@ -75,7 +75,7 @@ <% end %> -

<%= t 'user.view.mapper since' %> <%= l @this_user.creation_time %> <%= t 'user.view.ago', :time_in_words_ago => time_ago_in_words(@this_user.creation_time) %>

+

<%= t 'user.view.mapper since' %> <%= l @this_user.creation_time, :format => :friendly %> <%= t 'user.view.ago', :time_in_words_ago => time_ago_in_words(@this_user.creation_time) %>

<% if @user and @user.administrator? %>

<%= t 'user.view.email address' %> <%= @this_user.email %>