<% if @this_user != nil %>
<P>
-<b><%= t 'user.view.mapper since' %></b><%= l @this_user.creation_time %> (<%= time_ago_in_words(@this_user.creation_time) %> ago)
+<b><%= t 'user.view.mapper since' %></b><%= l @this_user.creation_time %> <%= t 'user.view.ago', :time_in_words_ago => time_ago_in_words(@this_user.creation_time) %>
</P>
<% end %>
remove as friend: remove as friend
add as friend: add as friend
mapper since: "Mapper since: "
+ ago: "({{time_in_words_ago}} ago)"
user image heading: User image
delete image: Delete Image
upload an image: Upload an image