* Use table for statuses in report * Display reported account and reporter in the same table * Split accounts and general report info into two tables again * Redesign report statuses table, notes, merge notes and action log * Remove unused translations * Fix code style issue * Fix code style issue * Fix code style issue
		
			
				
	
	
		
			6 lines
		
	
	
	
		
			110 B
		
	
	
	
		
			Text
		
	
	
	
	
	
			
		
		
	
	
			6 lines
		
	
	
	
		
			110 B
		
	
	
	
		
			Text
		
	
	
	
	
	
- content_for :page_title do
 | 
						|
  = t('admin.action_logs.title')
 | 
						|
 | 
						|
= render @action_logs
 | 
						|
 | 
						|
= paginate @action_logs
 |