17 lines
		
	
	
	
		
			577 B
		
	
	
	
		
			Text
		
	
	
	
	
	
			
		
		
	
	
			17 lines
		
	
	
	
		
			577 B
		
	
	
	
		
			Text
		
	
	
	
	
	
| <%= t 'user_mailer.sign_in_token.title' %>
 | |
| 
 | |
| ===
 | |
| 
 | |
| <%= t 'user_mailer.sign_in_token.explanation' %>
 | |
| 
 | |
| => <%= @resource.sign_in_token %>
 | |
| 
 | |
| <%= t 'user_mailer.sign_in_token.details' %>
 | |
| 
 | |
| <%= t('sessions.ip') %>: <%= @remote_ip %>
 | |
| <%= t('sessions.browser') %>: <%= t('sessions.description', browser: t("sessions.browsers.#{@detection.id}", default: "#{@detection.id}"), platform: t("sessions.platforms.#{@detection.platform.id}", default: "#{@detection.platform.id}")) %>
 | |
| <%= l(@timestamp) %>
 | |
| 
 | |
| <%= t 'user_mailer.sign_in_token.further_actions' %>
 | |
| 
 | |
| => <%= edit_user_registration_url %>
 |