Fix alignment
This commit is contained in:
		
							parent
							
								
									b191afcb5b
								
							
						
					
					
						commit
						26f969665d
					
				@ -9,7 +9,7 @@
 | 
				
			|||||||
      - @follow_requests.each do |follow_request|
 | 
					      - @follow_requests.each do |follow_request|
 | 
				
			||||||
        %tr
 | 
					        %tr
 | 
				
			||||||
          %td= link_to follow_request.account.acct, web_path("accounts/#{follow_request.account.id}")
 | 
					          %td= link_to follow_request.account.acct, web_path("accounts/#{follow_request.account.id}")
 | 
				
			||||||
          %td
 | 
					          %td{ style: 'text-align: right' }
 | 
				
			||||||
            = table_link_to 'check-circle', t('follow_requests.authorize'), authorize_follow_request_path(follow_request), method: :post
 | 
					            = table_link_to 'check-circle', t('follow_requests.authorize'), authorize_follow_request_path(follow_request), method: :post
 | 
				
			||||||
            = table_link_to 'times-circle', t('follow_requests.reject'), reject_follow_request_path(follow_request), method: :post
 | 
					            = table_link_to 'times-circle', t('follow_requests.reject'), reject_follow_request_path(follow_request), method: :post
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
				
			|||||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user