| 
									
										
										
										
											2019-04-13 17:50:24 +08:00
										 |  |  | <div class="comment-box mb-m" comment="{{ $comment->id }}" local-id="{{$comment->local_id}}" parent-id="{{$comment->parent_id}}" id="comment{{$comment->local_id}}"> | 
					
						
							|  |  |  |     <div class="header p-s"> | 
					
						
							| 
									
										
										
										
											2019-08-25 01:26:28 +08:00
										 |  |  |         <div class="grid half left-focus no-gap v-center"> | 
					
						
							|  |  |  |             <div class="meta text-muted text-small"> | 
					
						
							|  |  |  |                 <a href="#comment{{$comment->local_id}}">#{{$comment->local_id}}</a>
 | 
					
						
							| 
									
										
										
										
											2019-04-13 17:50:24 +08:00
										 |  |  |                    | 
					
						
							|  |  |  |                 @if ($comment->createdBy) | 
					
						
							|  |  |  |                     <img width="50" src="{{ $comment->createdBy->getAvatar(50) }}" class="avatar" alt="{{ $comment->createdBy->name }}"> | 
					
						
							|  |  |  |                       | 
					
						
							|  |  |  |                     <a href="{{ $comment->createdBy->getProfileUrl() }}">{{ $comment->createdBy->name }}</a> | 
					
						
							|  |  |  |                 @else | 
					
						
							|  |  |  |                     <span>{{ trans('common.deleted_user') }}</span> | 
					
						
							|  |  |  |                 @endif | 
					
						
							|  |  |  |                 <span title="{{ $comment->created_at }}">{{ trans('entities.comment_created', ['createDiff' => $comment->created]) }}</span> | 
					
						
							|  |  |  |                 @if($comment->isUpdated()) | 
					
						
							|  |  |  |                     <span title="{{ $comment->updated_at }}"> | 
					
						
							| 
									
										
										
										
											2017-09-03 23:37:51 +08:00
										 |  |  |                 •  | 
					
						
							| 
									
										
										
										
											2017-09-10 00:06:30 +08:00
										 |  |  |                     {{ trans('entities.comment_updated', ['updateDiff' => $comment->updated, 'username' => $comment->updatedBy? $comment->updatedBy->name : trans('common.deleted_user')]) }} | 
					
						
							| 
									
										
										
										
											2017-09-03 23:37:51 +08:00
										 |  |  |             </span> | 
					
						
							| 
									
										
										
										
											2019-04-13 17:50:24 +08:00
										 |  |  |                 @endif | 
					
						
							|  |  |  |             </div> | 
					
						
							|  |  |  |             <div class="actions text-right"> | 
					
						
							|  |  |  |                 @if(userCan('comment-update', $comment)) | 
					
						
							| 
									
										
										
										
											2019-08-25 01:26:28 +08:00
										 |  |  |                     <button type="button" class="text-button" action="edit" aria-label="{{ trans('common.edit') }}" title="{{ trans('common.edit') }}">@icon('edit')</button> | 
					
						
							| 
									
										
										
										
											2019-04-13 17:50:24 +08:00
										 |  |  |                 @endif | 
					
						
							|  |  |  |                 @if(userCan('comment-create-all')) | 
					
						
							| 
									
										
										
										
											2019-08-25 01:26:28 +08:00
										 |  |  |                     <button type="button" class="text-button" action="reply" aria-label="{{ trans('common.reply') }}" title="{{ trans('common.reply') }}">@icon('reply')</button> | 
					
						
							| 
									
										
										
										
											2019-04-13 17:50:24 +08:00
										 |  |  |                 @endif | 
					
						
							|  |  |  |                 @if(userCan('comment-delete', $comment)) | 
					
						
							| 
									
										
										
										
											2020-06-25 03:38:08 +08:00
										 |  |  |                     <div component="dropdown" class="dropdown-container"> | 
					
						
							|  |  |  |                         <button type="button" refs="dropdown@toggle" aria-haspopup="true" aria-expanded="false" class="text-button" title="{{ trans('common.delete') }}">@icon('delete')</button> | 
					
						
							|  |  |  |                         <ul refs="dropdown@menu" class="dropdown-menu" role="menu"> | 
					
						
							| 
									
										
										
										
											2019-04-13 17:50:24 +08:00
										 |  |  |                             <li class="px-m text-small text-muted pb-s">{{trans('entities.comment_delete_confirm')}}</li> | 
					
						
							| 
									
										
										
										
											2019-10-08 03:21:04 +08:00
										 |  |  |                             <li><button action="delete" type="button" class="text-button text-neg" >@icon('delete'){{ trans('common.delete') }}</button></li> | 
					
						
							| 
									
										
										
										
											2019-04-13 17:50:24 +08:00
										 |  |  |                         </ul> | 
					
						
							|  |  |  |                     </div> | 
					
						
							|  |  |  |                 @endif | 
					
						
							|  |  |  |             </div> | 
					
						
							| 
									
										
										
										
											2017-09-09 22:56:24 +08:00
										 |  |  |         </div> | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2017-09-03 23:37:51 +08:00
										 |  |  |     </div> | 
					
						
							| 
									
										
										
										
											2017-09-09 22:56:24 +08:00
										 |  |  | 
 | 
					
						
							|  |  |  |     @if ($comment->parent_id) | 
					
						
							| 
									
										
										
										
											2019-04-13 17:50:24 +08:00
										 |  |  |         <div class="reply-row primary-background-light text-muted px-s py-xs mb-s"> | 
					
						
							| 
									
										
										
										
											2017-09-09 22:56:24 +08:00
										 |  |  |             {!! trans('entities.comment_in_reply_to', ['commentId' => '<a href="#comment'.$comment->parent_id.'">#'.$comment->parent_id.'</a>']) !!} | 
					
						
							|  |  |  |         </div> | 
					
						
							|  |  |  |     @endif | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2019-04-13 17:50:24 +08:00
										 |  |  |     <div comment-content class="content px-s pb-s"> | 
					
						
							| 
									
										
										
										
											2017-09-10 00:06:30 +08:00
										 |  |  |         <div class="form-group loading" style="display: none;"> | 
					
						
							| 
									
										
										
										
											2021-08-22 20:15:58 +08:00
										 |  |  |             @include('common.loading-icon', ['text' => trans('entities.comment_deleting')]) | 
					
						
							| 
									
										
										
										
											2017-09-10 00:06:30 +08:00
										 |  |  |         </div> | 
					
						
							| 
									
										
										
										
											2017-09-03 23:37:51 +08:00
										 |  |  |         {!! $comment->html  !!} | 
					
						
							|  |  |  |     </div> | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  |     @if(userCan('comment-update', $comment)) | 
					
						
							| 
									
										
										
										
											2019-04-13 17:50:24 +08:00
										 |  |  |         <div comment-edit-container style="display: none;" class="content px-s"> | 
					
						
							| 
									
										
										
										
											2017-09-03 23:37:51 +08:00
										 |  |  |             <form novalidate> | 
					
						
							| 
									
										
										
										
											2019-04-13 17:50:24 +08:00
										 |  |  |                 <div class="form-group description-input"> | 
					
						
							|  |  |  |                     <textarea name="markdown" rows="3" placeholder="{{ trans('entities.comment_placeholder') }}">{{ $comment->text }}</textarea> | 
					
						
							| 
									
										
										
										
											2017-09-03 23:37:51 +08:00
										 |  |  |                 </div> | 
					
						
							|  |  |  |                 <div class="form-group text-right"> | 
					
						
							|  |  |  |                     <button type="button" class="button outline" action="closeUpdateForm">{{ trans('common.cancel') }}</button> | 
					
						
							| 
									
										
										
										
											2019-08-25 19:40:04 +08:00
										 |  |  |                     <button type="submit" class="button">{{ trans('entities.comment_save') }}</button> | 
					
						
							| 
									
										
										
										
											2017-09-03 23:37:51 +08:00
										 |  |  |                 </div> | 
					
						
							| 
									
										
										
										
											2017-09-10 00:06:30 +08:00
										 |  |  |                 <div class="form-group loading" style="display: none;"> | 
					
						
							| 
									
										
										
										
											2021-08-22 20:15:58 +08:00
										 |  |  |                     @include('common.loading-icon', ['text' => trans('entities.comment_saving')]) | 
					
						
							| 
									
										
										
										
											2017-09-10 00:06:30 +08:00
										 |  |  |                 </div> | 
					
						
							| 
									
										
										
										
											2017-09-03 23:37:51 +08:00
										 |  |  |             </form> | 
					
						
							|  |  |  |         </div> | 
					
						
							|  |  |  |     @endif | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | </div> |