mirror of
https://github.com/neocities/neocities.git
synced 2025-04-25 01:32:36 +02:00
don't show receiver for same, take 2
This commit is contained in:
parent
1ca6c9238a
commit
7714dc7c53
1 changed files with 1 additions and 1 deletions
|
@ -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>
|
||||
<% 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>
|
||||
<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 %>
|
||||
|
|
Loading…
Add table
Reference in a new issue