metamaps--metamaps/views/users/mailer/confirmation_instructions.html.erb

6 lines
217 B
Text
Raw Normal View History

2018-03-03 21:25:42 -05:00
<p>Welcome { @email }!</p>
2013-07-10 14:02:38 -04:00
<p>You can confirm your account email through the link below:</p>
2018-03-03 21:25:42 -05:00
<p>{ link_to 'Confirm my account', confirmation_url(@resource, :confirmation_token => @resource.confirmation_token) }</p>