<% 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 %> You <% else %> <% if profile_comment.site.supporter? && !profile_comment.site.ended_supporter? %><% end %><%= profile_comment.site.username %> <% end %> <%= profile_comment.created_at.ago %>
<%= profile_comment.message %>