File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11<time datetime =" {{ $comment -> created_at -> format (' Y-m-d H:i:d' ) } }" >
2- <a href =" #{{ $comment -> id } }" class =" footer-info" title =" {{ trans (' Permanent link to this comment' ) } }" >
2+ <a href =" #comment- {{ $comment -> id } }" class =" footer-info" title =" {{ trans (' Permanent link to this comment' ) } }" >
33 <x-icons .icon-component filename =" clock" class =" icon-small" />
44 {{ $comment -> created_at -> format (' g:i a' ) } }
55 </a >
Original file line number Diff line number Diff line change 33@endphp
44
55<article class =" comment @if ($isRemoved ) moderator-removed @endif "
6+ id =" comment-{{ $commentId } }"
67 data-comment-id =" {{ $commentId } }"
78 @if (! $isRemoved )
89 data-member-id =" {{ $comment -> user -> id } }"
Original file line number Diff line number Diff line change 1- <div class =" moderator-message moderation-action {{ $moderationClass } }" >
1+ <div class =" moderator-message moderation-action {{ $moderationClass } }" id = " comment- {{ $comment -> id } } " >
22 <aside class =" moderation-action" >
33 {{ trans ($moderationAction ) } }
44 </aside >
You can’t perform that action at this time.
0 commit comments