mirror of
				https://github.com/BookStackApp/BookStack.git
				synced 2025-11-03 02:13:16 +03:00 
			
		
		
		
	Also aligned query naming to start with model in use. Also added created/updated sort options to roles.
		
			
				
	
	
		
			3 lines
		
	
	
		
			157 B
		
	
	
	
		
			PHP
		
	
	
	
	
	
			
		
		
	
	
			3 lines
		
	
	
		
			157 B
		
	
	
	
		
			PHP
		
	
	
	
	
	
<span title="{{ trans('common.status_' . ($status ? 'active' : 'inactive')) }}"
 | 
						|
      class="status-indicator-{{ $status ? 'active' : 'inactive' }}"
 | 
						|
></span> |