Fix haml-lint InstanceVariables rule for relationships/account (#27342)
				
					
				
			This commit is contained in:
		@@ -6,7 +6,7 @@
 | 
			
		||||
      %tbody
 | 
			
		||||
        %tr
 | 
			
		||||
          %td.accounts-table__interrelationships
 | 
			
		||||
            = interrelationships_icon(@relationships, account.id)
 | 
			
		||||
            = interrelationships_icon(relationships, account.id)
 | 
			
		||||
          %td= account_link_to account
 | 
			
		||||
          %td.accounts-table__count.optional
 | 
			
		||||
            = friendly_number_to_human account.statuses_count
 | 
			
		||||
 
 | 
			
		||||
@@ -53,6 +53,6 @@
 | 
			
		||||
      - if @accounts.empty?
 | 
			
		||||
        = nothing_here 'nothing-here--under-tabs'
 | 
			
		||||
      - else
 | 
			
		||||
        = render partial: 'account', collection: @accounts, locals: { f: f }
 | 
			
		||||
        = render partial: 'account', collection: @accounts, locals: { f: f, relationships: @relationships }
 | 
			
		||||
 | 
			
		||||
= paginate @accounts
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user