13 lines
		
	
	
		
			893 B
		
	
	
	
		
			PHP
		
	
	
	
		
		
			
		
	
	
			13 lines
		
	
	
		
			893 B
		
	
	
	
		
			PHP
		
	
	
	
|  | <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') }}" | ||
|  |                class="button outline icon heading-edit-icon ml-s px-s" title="{{ trans('entities.pages_edit_content_link')}}">@icon('edit')</a> | ||
|  |         @endif | ||
|  |     </div> | ||
|  | </div> |