forked from cybrespace/mastodon
		
	This commit is contained in:
		
							parent
							
								
									802cf6a4c5
								
							
						
					
					
						commit
						56f882aed6
					
				
					 1 changed files with 1 additions and 1 deletions
				
			
		| 
						 | 
					@ -33,7 +33,7 @@ module Admin::ActionLogsHelper
 | 
				
			||||||
    when 'DomainBlock', 'EmailDomainBlock'
 | 
					    when 'DomainBlock', 'EmailDomainBlock'
 | 
				
			||||||
      link_to attributes['domain'], "https://#{attributes['domain']}"
 | 
					      link_to attributes['domain'], "https://#{attributes['domain']}"
 | 
				
			||||||
    when 'Status'
 | 
					    when 'Status'
 | 
				
			||||||
      tmp_status = Status.new(attributes)
 | 
					      tmp_status = Status.new(attributes.except('reblogs_count', 'favourites_count'))
 | 
				
			||||||
      if tmp_status.account
 | 
					      if tmp_status.account
 | 
				
			||||||
        link_to tmp_status.account&.acct || "##{tmp_status.account_id}", admin_account_path(tmp_status.account_id)
 | 
					        link_to tmp_status.account&.acct || "##{tmp_status.account_id}", admin_account_path(tmp_status.account_id)
 | 
				
			||||||
      else
 | 
					      else
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
	Add table
		
		Reference in a new issue