diff --git a/views/_news_profile_comment.erb b/views/_news_profile_comment.erb index 77911a11..6f1c7f98 100644 --- a/views/_news_profile_comment.erb +++ b/views/_news_profile_comment.erb @@ -1,6 +1,11 @@ +<% actioning_site = profile_comment.actioning_site_dataset.select(:username, :title, :domain).first %> +
-
- <%= profile_comment.actioning_site.title %> +
+ <%= actioning_site.title %> + <% if request.path == '/' %> + posted on your site profile: + <% end %> <%= profile_comment.created_at.ago %>