From 7714dc7c53e3dc52db3634291dc0e5387976f061 Mon Sep 17 00:00:00 2001 From: Kyle Drake Date: Tue, 5 Jan 2016 21:53:23 -0800 Subject: [PATCH] don't show receiver for same, take 2 --- views/_news_profile_comment.erb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/views/_news_profile_comment.erb b/views/_news_profile_comment.erb index 4c9b8a59..9d9716a9 100644 --- a/views/_news_profile_comment.erb +++ b/views/_news_profile_comment.erb @@ -10,7 +10,7 @@ <% if actioning_site.supporter? %><% end %><%= actioning_site.username %> <% end %> - <% if current_site && current_site.id != profile_comment.site_id %> + <% if actioning_site.id != profile_comment.site_id %> <% if profile_comment.site.supporter? %><% end %><%= profile_comment.site.username %> <% end %>