X-Git-Url: https://git.openstreetmap.org./rails.git/blobdiff_plain/3aabf07e1038abf8cf471e463e00309df77df603..529279d2278d9fedb1772146fb52e15ac8216d0a:/app/views/user/account.rhtml diff --git a/app/views/user/account.rhtml b/app/views/user/account.rhtml index 81f72fe04..f8047d3d8 100644 --- a/app/views/user/account.rhtml +++ b/app/views/user/account.rhtml @@ -4,7 +4,7 @@ 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' %>) + description<%= simple_format(@user.description) %> (<%= link_to 'change...', :controller => 'user', :action => 'edit' %>)

Privacy