<% actioning_site = profile_comment.actioning_site_dataset.select(:id, :username, :stripe_customer_id).first %> <% site = profile_comment.site_dataset.select(:id, :username, :stripe_customer_id).first %>
<% if current_site && current_site.id == actioning_site.id %> You <% else %> <% if actioning_site.supporter? && !actioning_site.ended_supporter? %><% end %><%= actioning_site.username %> <% end %> <% if current_site && current_site.id == profile_comment.site_id %> left a comment on your profile: <% else %> left a comment on <% if profile_comment.site.supporter? && !profile_comment.site.ended_supporter? %><% end %><%= profile_comment.site.username %><%= site.username[site.username.length-1] == 's' ? "’" : "'s" %> profile: <% end %> <%= profile_comment.created_at.ago %>
<%= profile_comment.message %>