<% 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 %> <% if actioning_site.supporter? %><% end %><%= actioning_site.username %> <% end %> <% if actioning_site.id != profile_comment.site_id %> <% if profile_comment.site.supporter? %><% end %><%= profile_comment.site.username %> <% end %>
<%= profile_comment.created_at.ago %>
<%== sanitize_comment profile_comment.message %>