Do not show follow button on moved or memorial accounts (#8546)
This restores the logic from before the public profile redesign. Fixes #8503
This commit is contained in:
		
							parent
							
								
									55880c7098
								
							
						
					
					
						commit
						45c0f5433c
					
				| @ -22,12 +22,12 @@ module StreamEntriesHelper | |||||||
|         link_to account_unfollow_path(account), class: 'button logo-button button--destructive', data: { method: :post } do |         link_to account_unfollow_path(account), class: 'button logo-button button--destructive', data: { method: :post } do | ||||||
|           safe_join([render(file: Rails.root.join('app', 'javascript', 'images', 'logo.svg')), t('accounts.unfollow')]) |           safe_join([render(file: Rails.root.join('app', 'javascript', 'images', 'logo.svg')), t('accounts.unfollow')]) | ||||||
|         end |         end | ||||||
|       else |       elsif !(account.memorial? || account.moved?) | ||||||
|         link_to account_follow_path(account), class: 'button logo-button', data: { method: :post } do |         link_to account_follow_path(account), class: 'button logo-button', data: { method: :post } do | ||||||
|           safe_join([render(file: Rails.root.join('app', 'javascript', 'images', 'logo.svg')), t('accounts.follow')]) |           safe_join([render(file: Rails.root.join('app', 'javascript', 'images', 'logo.svg')), t('accounts.follow')]) | ||||||
|         end |         end | ||||||
|       end |       end | ||||||
|     else |     elsif !(account.memorial? || account.moved?) | ||||||
|       link_to account_remote_follow_path(account), class: 'button logo-button modal-button', target: '_new' do |       link_to account_remote_follow_path(account), class: 'button logo-button modal-button', target: '_new' do | ||||||
|         safe_join([render(file: Rails.root.join('app', 'javascript', 'images', 'logo.svg')), t('accounts.follow')]) |         safe_join([render(file: Rails.root.join('app', 'javascript', 'images', 'logo.svg')), t('accounts.follow')]) | ||||||
|       end |       end | ||||||
|  | |||||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user