| 
									
										
										
										
											2019-06-16 18:17:15 +08:00
										 |  |  | <div class="pointer-container" id="pointer"> | 
					
						
							|  |  |  |     <div class="pointer anim {{ userCan('page-update', $page) ? 'is-page-editable' : ''}}" > | 
					
						
							|  |  |  |         <span class="icon mr-xxs">@icon('link') @icon('include', ['style' => 'display:none;'])</span> | 
					
						
							|  |  |  |         <div class="input-group inline block"> | 
					
						
							|  |  |  |             <input readonly="readonly" type="text" id="pointer-url" placeholder="url"> | 
					
						
							|  |  |  |             <button class="button outline icon" data-clipboard-target="#pointer-url" type="button" title="{{ trans('entities.pages_copy_link') }}">@icon('copy')</button> | 
					
						
							|  |  |  |         </div> | 
					
						
							|  |  |  |         @if(userCan('page-update', $page)) | 
					
						
							|  |  |  |             <a href="{{ $page->getUrl('/edit') }}" id="pointer-edit" data-edit-href="{{ $page->getUrl('/edit') }}" | 
					
						
							| 
									
										
										
										
											2019-09-01 18:06:19 +08:00
										 |  |  |                class="button primary outline icon heading-edit-icon ml-s px-s" title="{{ trans('entities.pages_edit_content_link')}}">@icon('edit')</a> | 
					
						
							| 
									
										
										
										
											2019-06-16 18:17:15 +08:00
										 |  |  |         @endif | 
					
						
							|  |  |  |     </div> | 
					
						
							|  |  |  | </div> |