<% if current_site && current_site.id == actioning_site.id && request.path == '/' %>
You
<% else %>
<%= actioning_site.username %>
<% end %>
<% if request.path == '/' %>
<% if current_site && current_site.id == profile_comment.site_id %>
left a comment on your profile:
<% else %>
left a comment on <%= profile_comment.site.username %><%= site.username[site.username.length-1] == 's' ? "'" : "'s" %> site profile:
<% end %>
<% end %>
<%= profile_comment.created_at.ago %>