cirandas.net

ref: master

plugins/products/views/profile/_remove_product.html.erb


<%= link_to activity.user.short_name(nil), activity.user.url %> <%= describe activity %>

<%= 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 %>