<% actioning_site = profile_comment.actioning_site_dataset.select(:id, :username, :stripe_customer_id, :plan_type, :parent_site_id).first %> <% site = profile_comment.site_dataset.select(:id, :username, :stripe_customer_id, :plan_type, :parent_site_id).first %>
<% if current_site && current_site.id == actioning_site.id %> You <% else %> <%= actioning_site.username %><% if actioning_site.supporter? %><% end %> <% end %> <% if actioning_site.id != profile_comment.site_id %> <%= profile_comment.site.username %><% if profile_comment.site.supporter? %><% end %> <% end %>
<%= profile_comment.created_at.ago %>
<%== sanitize_comment profile_comment.message %>