diff --git a/app/views/profile/_upload_image.html.erb b/app/views/profile/_upload_image.html.erb index ec460d5..fc16a12 100644 --- a/app/views/profile/_upload_image.html.erb +++ b/app/views/profile/_upload_image.html.erb @@ -3,7 +3,7 @@ <%= link_to(profile_image(activity.user, :minor), activity.user.url) %>
-

<%= link_to activity.user.name, activity.user.url %> <%= describe activity %>

+

<%= link_to activity.user.name, activity.user.url %> <%= describe(activity).html_safe %>

<%= time_ago_in_words(activity.created_at) %>

<%= link_to_function(_('Remove'), 'remove_item_wall(this, \'%s\', \'%s\', \'%s\'); return false ;' % [".profile-activity-item", url_for(:profile => params[:profile], :action => :remove_activity, :activity_id => activity.id, :view => params[:view]), _('Are you sure you want to remove this activity and all its replies?')]) if logged_in? && current_person == @profile %> -- libgit2 0.21.2