ref: master
app/views/person_notifier/mailer/_default_activity.html.erb
<%= link_to(profile_image(activity.user, :minor), activity.user.url) %> <%= link_to activity.user.name, activity.user.url %> <%= describe(activity).html_safe %> <%= time_ago_in_words(activity.created_at) %>
<%= render :partial => 'profile_comments', :locals => { :activity => activity } %>