don't show receiver for same, take 2

This commit is contained in:
Kyle Drake 2016-01-05 21:53:23 -08:00
parent 1ca6c9238a
commit 7714dc7c53

View file

@ -10,7 +10,7 @@
<a href="/site/<%= actioning_site.username %>" class="user"><i class="fa fa-user"><% if actioning_site.supporter? %><i class="fa fa-heart"></i><% end %></i><%= actioning_site.username %></a> <a href="/site/<%= actioning_site.username %>" class="user"><i class="fa fa-user"><% if actioning_site.supporter? %><i class="fa fa-heart"></i><% end %></i><%= actioning_site.username %></a>
<% end %> <% end %>
<% if current_site && current_site.id != profile_comment.site_id %> <% if actioning_site.id != profile_comment.site_id %>
<i class="fa fa-chevron-right comment-symbol" title="commented on"></i> <i class="fa fa-chevron-right comment-symbol" title="commented on"></i>
<a href="/site/<%= profile_comment.site.username %>" class="user"><i class="fa fa-user"><% if profile_comment.site.supporter? %><i class="fa fa-heart"></i><% end %></i><%= profile_comment.site.username %></a> <a href="/site/<%= profile_comment.site.username %>" class="user"><i class="fa fa-user"><% if profile_comment.site.supporter? %><i class="fa fa-heart"></i><% end %></i><%= profile_comment.site.username %></a>
<% end %> <% end %>